Html Css Color HEX #CCB9B9 Cold Turkey

📋 copy color: '#CCB9B9'

red 204 ◦ green 185 ◦ blue 185

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

Shades of Cold Turkey #CCB9B9

Tints of Cold Turkey #CCB9B9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.23%

 BLUE value IS 185 (72.66% from 255) = 32.23%

R = 35.54%
G = 32.23%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCB9B9 (or 0xCCB9B9) is known color: Cold Turkey. HEX triplet: CC, B9 and B9. RGB value is (204,185,185). Sum of RGB (Red+Green+Blue) = 204+185+185=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9B9 is #334646. Grayscale: #BEBEBE. Windows color (decimal): -3360327 or 12171724. OLE color: 12171724.

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

Color convert

RGB 204 185 185 -
CMYK 0 0.09 0.09 0.2
HSL 0.16% 0.76% -
HSV(B) 0.09% 0.8% -
XYZ 51.01 51.04 53.06 -
YUV 190.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 204 185 185 0 0.09 0.09 0.2 0 0.16 0.76
Hex CC B9 B9 0 9 9 14 0 10 4C
Octal 314 271 271 0 11 11 24 0 20 114
Binary 11001100 10111001 10111001 0 1001 1001 10100 0 10000 1001100

Color Harmonies of #CCB9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9B9

Black with #CCB9B9

Text Example


Text Example

White with #CCB9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9B9; }

 p { color: rgb(204,185,185); }

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

background-color css

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

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

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

border-color css

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

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

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