#CBACA9

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

Shades of Cold Turkey #CBACA9

Tints of Cold Turkey #CBACA9

Color information

#CBACA9 (or 0xCBACA9) is unknown color: approx Cold Turkey. HEX triplet: CB, AC and A9. RGB value is (203,172,169). Sum of RGB (Red+Green+Blue) = 203+172+169=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBACA9 is #345356. Grayscale: #B4B4B4. Windows color (decimal): -3429207 or 11119819. OLE color: 11119819.

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

Color convert

RGB203172169-
CMYK00.150.170.20
HSL5.29º24.64%72.94%-
HSV(B)5.29º16.75%79.61%-
XYZ46.5445.0743.78-
YUV180.93121.27143.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=37.32%
G=31.62%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317216900.150.170.205.2924.6472.94
HexCBACA90F111451949
Octal3132542510172124531111
Binary110010111010110010101001011111000110100101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACA9; }

 p { color: rgb(203,172,169); }

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

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

 a { background-color: rgb(203,172,169); }

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

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

 span { border-color: rgb(203,172,169); }

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