Html Css Color HEX #CCB6B3 Cold Turkey

📋 copy color: '#CCB6B3'

red 204 ◦ green 182 ◦ blue 179

#CCB6B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Turkey #CCB6B3

Tints of Cold Turkey #CCB6B3

RGB

 RED value IS 204 (80.08% from 255) = 36.11%

 GREEN value IS 182 (71.48% from 255) = 32.21%

 BLUE value IS 179 (70.31% from 255) = 31.68%

R = 36.11%
G = 32.21%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCB6B3 (or 0xCCB6B3) is known color: Cold Turkey. HEX triplet: CC, B6 and B3. RGB value is (204,182,179). Sum of RGB (Red+Green+Blue) = 204+182+179=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6B3 is #33494C. Grayscale: #BCBCBC. Windows color (decimal): -3361101 or 11777740. OLE color: 11777740.

HSL color Cylindrical-coordinate representation of color #CCB6B3: hue angle of 7.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB6B3 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 179 -
CMYK 0 0.11 0.12 0.2
HSL 7.2º 0.2% 0.75% -
HSV(B) 7.2º 0.12% 0.8% -
XYZ 49.77 49.55 49.59 -
YUV 188.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 204 182 179 0 0.11 0.12 0.2 7.2 0.2 0.75
Hex CC B6 B3 0 B C 14 7 14 4B
Octal 314 266 263 0 13 14 24 7 24 113
Binary 11001100 10110110 10110011 0 1011 1100 10100 111 10100 1001011

Color Harmonies of #CCB6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6B3

Black with #CCB6B3

Text Example


Text Example

White with #CCB6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6B3; }

 p { color: rgb(204,182,179); }

 H1.HeaderClassName
 {
   color: #CCB6B3;
 }
 .AnyTagClassName
 {
   color: #CCB6B3;
 }
</style>

background-color css

<style>
 a { background-color: #CCB6B3; }

 a { background-color: rgb(204,182,179); }

 div.DivClassName
 {
   background-color: #CCB6B3;
 }
 .BgClassName
 {
   background-color: #CCB6B3;
 }
</style>

border-color css

<style>
 span { border-color: #CCB6B3; }

 span { border-color: rgb(204,182,179); }

 td.TdClassName
 {
   border-color: #CCB6B3;
 }
 .TagClassName
 {
   border-color: #CCB6B3;
 }
</style>