Html Css Color HEX #C9B2B0 Cold Turkey

📋 copy color: '#C9B2B0'

red 201 ◦ green 178 ◦ blue 176

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

Shades of Cold Turkey #C9B2B0

Tints of Cold Turkey #C9B2B0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.07%

 BLUE value IS 176 (69.14% from 255) = 31.71%

R = 36.22%
G = 32.07%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C9B2B0 (or 0xC9B2B0) is known color: Cold Turkey. HEX triplet: C9, B2 and B0. RGB value is (201,178,176). Sum of RGB (Red+Green+Blue) = 201+178+176=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B2B0 is #364D4F. Grayscale: #B8B8B8. Windows color (decimal): -3558736 or 11580105. OLE color: 11580105.

HSL color Cylindrical-coordinate representation of color #C9B2B0: hue angle of 4.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9B2B0 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 178 176 -
CMYK 0 0.11 0.12 0.21
HSL 4.8º 0.19% 0.74% -
HSV(B) 4.8º 0.12% 0.79% -
XYZ 47.84 47.39 47.7 -
YUV 184.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 201 178 176 0 0.11 0.12 0.21 4.8 0.19 0.74
Hex C9 B2 B0 0 B C 15 5 13 4A
Octal 311 262 260 0 13 14 25 5 23 112
Binary 11001001 10110010 10110000 0 1011 1100 10101 101 10011 1001010

Color Harmonies of #C9B2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B2B0

Black with #C9B2B0

Text Example


Text Example

White with #C9B2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B2B0; }

 p { color: rgb(201,178,176); }

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

background-color css

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

 a { background-color: rgb(201,178,176); }

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

border-color css

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

 span { border-color: rgb(201,178,176); }

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