Html Css Color HEX #CCBBB9 Cold Turkey

📋 copy color: '#CCBBB9'

red 204 ◦ green 187 ◦ blue 185

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

Shades of Cold Turkey #CCBBB9

Tints of Cold Turkey #CCBBB9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.47%

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

R = 35.42%
G = 32.47%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCBBB9 (or 0xCCBBB9) is known color: Cold Turkey. HEX triplet: CC, BB and B9. RGB value is (204,187,185). Sum of RGB (Red+Green+Blue) = 204+187+185=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBB9 is #334446. Grayscale: #BFBFBF. Windows color (decimal): -3359815 or 12172236. OLE color: 12172236.

HSL color Cylindrical-coordinate representation of color #CCBBB9: hue angle of 6.32º 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 #CCBBB9 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 187 185 -
CMYK 0 0.08 0.09 0.2
HSL 6.32º 0.16% 0.76% -
HSV(B) 6.32º 0.09% 0.8% -
XYZ 51.43 51.88 53.2 -
YUV 191.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 204 187 185 0 0.08 0.09 0.2 6.32 0.16 0.76
Hex CC BB B9 0 8 9 14 6 10 4C
Octal 314 273 271 0 10 11 24 6 20 114
Binary 11001100 10111011 10111001 0 1000 1001 10100 110 10000 1001100

Color Harmonies of #CCBBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBB9

Black with #CCBBB9

Text Example


Text Example

White with #CCBBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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