Html Css Color HEX #C8ABA9 Cold Turkey

📋 copy color: '#C8ABA9'

red 200 ◦ green 171 ◦ blue 169

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

Shades of Cold Turkey #C8ABA9

Tints of Cold Turkey #C8ABA9

RGB

 RED value IS 200 (78.52% from 255) = 37.04%

 GREEN value IS 171 (67.19% from 255) = 31.67%

 BLUE value IS 169 (66.41% from 255) = 31.3%

R = 37.04%
G = 31.67%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C8ABA9 (or 0xC8ABA9) is known color: Cold Turkey. HEX triplet: C8, AB and A9. RGB value is (200,171,169). Sum of RGB (Red+Green+Blue) = 200+171+169=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ABA9 is #375456. Grayscale: #B3B3B3. Windows color (decimal): -3626071 or 11119560. OLE color: 11119560.

HSL color Cylindrical-coordinate representation of color #C8ABA9: hue angle of 3.87º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8ABA9 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 171 169 -
CMYK 0 0.14 0.16 0.22
HSL 3.87º 0.22% 0.72% -
HSV(B) 3.87º 0.16% 0.78% -
XYZ 45.54 44.27 43.68 -
YUV 179.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 200 171 169 0 0.14 0.16 0.22 3.87 0.22 0.72
Hex C8 AB A9 0 E 10 16 4 16 48
Octal 310 253 251 0 16 20 26 4 26 110
Binary 11001000 10101011 10101001 0 1110 10000 10110 100 10110 1001000

Color Harmonies of #C8ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ABA9

Black with #C8ABA9

Text Example


Text Example

White with #C8ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ABA9; }

 p { color: rgb(200,171,169); }

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

background-color css

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

 a { background-color: rgb(200,171,169); }

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

border-color css

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

 span { border-color: rgb(200,171,169); }

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