Html Css Color HEX #CEB2AD Cold Turkey

📋 copy color: '#CEB2AD'

red 206 ◦ green 178 ◦ blue 173

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

Shades of Cold Turkey #CEB2AD

Tints of Cold Turkey #CEB2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.06%

R = 36.98%
G = 31.96%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEB2AD (or 0xCEB2AD) is known color: Cold Turkey. HEX triplet: CE, B2 and AD. RGB value is (206,178,173). Sum of RGB (Red+Green+Blue) = 206+178+173=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB2AD is #314D52. Grayscale: #B9B9B9. Windows color (decimal): -3231059 or 11383502. OLE color: 11383502.

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

Color convert

RGB 206 178 173 -
CMYK 0 0.14 0.16 0.19
HSL 9.09º 0.25% 0.74% -
HSV(B) 9.09º 0.16% 0.81% -
XYZ 48.92 47.98 46.22 -
YUV 185.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 206 178 173 0 0.14 0.16 0.19 9.09 0.25 0.74
Hex CE B2 AD 0 E 10 13 9 19 4A
Octal 316 262 255 0 16 20 23 11 31 112
Binary 11001110 10110010 10101101 0 1110 10000 10011 1001 11001 1001010

Color Harmonies of #CEB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2AD

Black with #CEB2AD

Text Example


Text Example

White with #CEB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2AD; }

 p { color: rgb(206,178,173); }

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

background-color css

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

 a { background-color: rgb(206,178,173); }

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

border-color css

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

 span { border-color: rgb(206,178,173); }

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