Html Css Color HEX #C9BBB7 Cold Turkey

📋 copy color: '#C9BBB7'

red 201 ◦ green 187 ◦ blue 183

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

Shades of Cold Turkey #C9BBB7

Tints of Cold Turkey #C9BBB7

RGB

 RED value IS 201 (78.91% from 255) = 35.2%

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

 BLUE value IS 183 (71.88% from 255) = 32.05%

R = 35.2%
G = 32.75%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9BBB7 (or 0xC9BBB7) is known color: Cold Turkey. HEX triplet: C9, BB and B7. RGB value is (201,187,183). Sum of RGB (Red+Green+Blue) = 201+187+183=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBB7 is #364448. Grayscale: #BEBEBE. Windows color (decimal): -3556425 or 12041161. OLE color: 12041161.

HSL color Cylindrical-coordinate representation of color #C9BBB7: hue angle of 13.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9BBB7 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 187 183 -
CMYK 0 0.07 0.09 0.21
HSL 13.33º 0.14% 0.75% -
HSV(B) 13.33º 0.09% 0.79% -
XYZ 50.4 51.38 52.06 -
YUV 190.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 201 187 183 0 0.07 0.09 0.21 13.33 0.14 0.75
Hex C9 BB B7 0 7 9 15 D E 4B
Octal 311 273 267 0 7 11 25 15 16 113
Binary 11001001 10111011 10110111 0 111 1001 10101 1101 1110 1001011

Color Harmonies of #C9BBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBB7

Black with #C9BBB7

Text Example


Text Example

White with #C9BBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBB7; }

 p { color: rgb(201,187,183); }

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

background-color css

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

 a { background-color: rgb(201,187,183); }

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

border-color css

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

 span { border-color: rgb(201,187,183); }

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