Html Css Color HEX #CEA9A8 Cold Turkey

📋 copy color: '#CEA9A8'

red 206 ◦ green 169 ◦ blue 168

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

Shades of Cold Turkey #CEA9A8

Tints of Cold Turkey #CEA9A8

RGB

 RED value IS 206 (80.86% from 255) = 37.94%

 GREEN value IS 169 (66.41% from 255) = 31.12%

 BLUE value IS 168 (66.02% from 255) = 30.94%

R = 37.94%
G = 31.12%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEA9A8 (or 0xCEA9A8) is known color: Cold Turkey. HEX triplet: CE, A9 and A8. RGB value is (206,169,168). Sum of RGB (Red+Green+Blue) = 206+169+168=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA9A8 is #315657. Grayscale: #B3B3B3. Windows color (decimal): -3233368 or 11053518. OLE color: 11053518.

HSL color Cylindrical-coordinate representation of color #CEA9A8: hue angle of 1.58º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA9A8 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 168 -
CMYK 0 0.18 0.18 0.19
HSL 1.58º 0.28% 0.73% -
HSV(B) 1.58º 0.18% 0.81% -
XYZ 46.71 44.32 43.14 -
YUV 179.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 206 169 168 0 0.18 0.18 0.19 1.58 0.28 0.73
Hex CE A9 A8 0 12 12 13 2 1C 49
Octal 316 251 250 0 22 22 23 2 34 111
Binary 11001110 10101001 10101000 0 10010 10010 10011 10 11100 1001001

Color Harmonies of #CEA9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA9A8

Black with #CEA9A8

Text Example


Text Example

White with #CEA9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA9A8; }

 p { color: rgb(206,169,168); }

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

background-color css

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

 a { background-color: rgb(206,169,168); }

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

border-color css

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

 span { border-color: rgb(206,169,168); }

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