Html Css Color HEX #CEABAB Cold Turkey

📋 copy color: '#CEABAB'

red 206 ◦ green 171 ◦ blue 171

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

Shades of Cold Turkey #CEABAB

Tints of Cold Turkey #CEABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.2%

R = 37.59%
G = 31.2%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEABAB (or 0xCEABAB) is known color: Cold Turkey. HEX triplet: CE, AB and AB. RGB value is (206,171,171). Sum of RGB (Red+Green+Blue) = 206+171+171=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEABAB is #315454. Grayscale: #B5B5B5. Windows color (decimal): -3232853 or 11250638. OLE color: 11250638.

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

Color convert

RGB 206 171 171 -
CMYK 0 0.17 0.17 0.19
HSL 0.26% 0.74% -
HSV(B) 0.17% 0.81% -
XYZ 47.37 45.19 44.75 -
YUV 181.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 206 171 171 0 0.17 0.17 0.19 0 0.26 0.74
Hex CE AB AB 0 11 11 13 0 1A 4A
Octal 316 253 253 0 21 21 23 0 32 112
Binary 11001110 10101011 10101011 0 10001 10001 10011 0 11010 1001010

Color Harmonies of #CEABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABAB

Black with #CEABAB

Text Example


Text Example

White with #CEABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABAB; }

 p { color: rgb(206,171,171); }

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

background-color css

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

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

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

border-color css

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

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

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