Html Css Color HEX #CCB6B4 Cold Turkey

📋 copy color: '#CCB6B4'

red 204 ◦ green 182 ◦ blue 180

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

Shades of Cold Turkey #CCB6B4

Tints of Cold Turkey #CCB6B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.8%

R = 36.04%
G = 32.16%
B = 31.8%

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

#CCB6B4 (or 0xCCB6B4) is known color: Cold Turkey. HEX triplet: CC, B6 and B4. RGB value is (204,182,180). Sum of RGB (Red+Green+Blue) = 204+182+180=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6B4 is #33494B. Grayscale: #BCBCBC. Windows color (decimal): -3361100 or 11843276. OLE color: 11843276.

HSL color Cylindrical-coordinate representation of color #CCB6B4: hue angle of 5º degrees, saturation: 0.19, 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 #CCB6B4 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 180 -
CMYK 0 0.11 0.12 0.2
HSL 0.19% 0.75% -
HSV(B) 0.12% 0.8% -
XYZ 49.87 49.59 50.12 -
YUV 188.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 204 182 180 0 0.11 0.12 0.2 5 0.19 0.75
Hex CC B6 B4 0 B C 14 5 13 4B
Octal 314 266 264 0 13 14 24 5 23 113
Binary 11001100 10110110 10110100 0 1011 1100 10100 101 10011 1001011

Color Harmonies of #CCB6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6B4

Black with #CCB6B4

Text Example


Text Example

White with #CCB6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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