Html Css Color HEX #CEAAA9 Cold Turkey

📋 copy color: '#CEAAA9'

red 206 ◦ green 170 ◦ blue 169

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

Shades of Cold Turkey #CEAAA9

Tints of Cold Turkey #CEAAA9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.19%

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

R = 37.8%
G = 31.19%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEAAA9 (or 0xCEAAA9) is known color: Cold Turkey. HEX triplet: CE, AA and A9. RGB value is (206,170,169). Sum of RGB (Red+Green+Blue) = 206+170+169=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAA9 is #315556. Grayscale: #B4B4B4. Windows color (decimal): -3233111 or 11119310. OLE color: 11119310.

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

Color convert

RGB 206 170 169 -
CMYK 0 0.17 0.18 0.19
HSL 1.62º 0.27% 0.74% -
HSV(B) 1.62º 0.18% 0.81% -
XYZ 46.99 44.74 43.69 -
YUV 180.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 206 170 169 0 0.17 0.18 0.19 1.62 0.27 0.74
Hex CE AA A9 0 11 12 13 2 1B 4A
Octal 316 252 251 0 21 22 23 2 33 112
Binary 11001110 10101010 10101001 0 10001 10010 10011 10 11011 1001010

Color Harmonies of #CEAAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAA9

Black with #CEAAA9

Text Example


Text Example

White with #CEAAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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