#CABCB9

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

Shades of Cold Turkey #CABCB9

Tints of Cold Turkey #CABCB9

Color information

#CABCB9 (or 0xCABCB9) is unknown color: approx Cold Turkey. HEX triplet: CA, BC and B9. RGB value is (202,188,185). Sum of RGB (Red+Green+Blue) = 202+188+185=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCB9 is #354346. Grayscale: #BFBFBF. Windows color (decimal): -3490631 or 12172490. OLE color: 12172490.

HSL color Cylindrical-coordinate representation of color #CABCB9: hue angle of 10.59º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABCB9 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202188185-
CMYK00.070.080.21
HSL10.59º13.82%75.88%-
HSV(B)10.59º8.42%79.22%-
XYZ51.152.0353.25-
YUV191.84124.14135.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=35.13%
G=32.70%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218818500.070.080.2110.5913.8275.88
HexCABCB907815be4c
Octal3122742710710251316114
Binary1100101010111100101110010111100010101101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCB9; }

 p { color: rgb(202,188,185); }

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

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

 a { background-color: rgb(202,188,185); }

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

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

 span { border-color: rgb(202,188,185); }

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