#CBAEAD

Color #CBAEAD Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #CBAEAD

Tints of Cold Turkey #CBAEAD

Color information

#CBAEAD (or 0xCBAEAD) is unknown color: approx Cold Turkey. HEX triplet: CB, AE and AD. RGB value is (203,174,173). Sum of RGB (Red+Green+Blue) = 203+174+173=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEAD is #345152. Grayscale: #B6B6B6. Windows color (decimal): -3428691 or 11382475. OLE color: 11382475.

HSL color Cylindrical-coordinate representation of color #CBAEAD: hue angle of 2º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBAEAD is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203174173-
CMYK00.140.150.20
HSL22.39%73.73%-
HSV(B)14.78%79.61%-
XYZ47.3145.9945.92-
YUV182.56122.61142.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=36.91%
G=31.64%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317417300.140.150.20222.3973.73
HexCBAEAD0EF142164a
Octal3132562550161724226112
Binary1100101110101110101011010111011111010010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEAD; }

 p { color: rgb(203,174,173); }

 H1.HeaderClassName
 {
   color: #CBAEAD;
 }
 .AnyTagClassName
 {
   color: #CBAEAD;
 }
</style>
background-color css

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

 a { background-color: rgb(203,174,173); }

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

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

 span { border-color: rgb(203,174,173); }

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