Html Css Color HEX #CEB9B4 Cold Turkey

📋 copy color: '#CEB9B4'

red 206 ◦ green 185 ◦ blue 180

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

Shades of Cold Turkey #CEB9B4

Tints of Cold Turkey #CEB9B4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.4%

 BLUE value IS 180 (70.7% from 255) = 31.52%

R = 36.08%
G = 32.4%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CEB9B4 (or 0xCEB9B4) is known color: Cold Turkey. HEX triplet: CE, B9 and B4. RGB value is (206,185,180). Sum of RGB (Red+Green+Blue) = 206+185+180=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9B4 is #31464B. Grayscale: #BEBEBE. Windows color (decimal): -3229260 or 11844046. OLE color: 11844046.

HSL color Cylindrical-coordinate representation of color #CEB9B4: hue angle of 11.54º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB9B4 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 180 -
CMYK 0 0.10 0.13 0.19
HSL 11.54º 0.21% 0.76% -
HSV(B) 11.54º 0.13% 0.81% -
XYZ 51.04 51.12 50.36 -
YUV 190.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 206 185 180 0 0.10 0.13 0.19 11.54 0.21 0.76
Hex CE B9 B4 0 A D 13 C 15 4C
Octal 316 271 264 0 12 15 23 14 25 114
Binary 11001110 10111001 10110100 0 1010 1101 10011 1100 10101 1001100

Color Harmonies of #CEB9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9B4

Black with #CEB9B4

Text Example


Text Example

White with #CEB9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9B4; }

 p { color: rgb(206,185,180); }

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

background-color css

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

 a { background-color: rgb(206,185,180); }

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

border-color css

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

 span { border-color: rgb(206,185,180); }

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