#CABBB8

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

Shades of Cold Turkey #CABBB8

Tints of Cold Turkey #CABBB8

Color information

#CABBB8 (or 0xCABBB8) is unknown color: approx Cold Turkey. HEX triplet: CA, BB and B8. RGB value is (202,187,184). Sum of RGB (Red+Green+Blue) = 202+187+184=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBB8 is #354447. Grayscale: #BFBFBF. Windows color (decimal): -3490888 or 12106698. OLE color: 12106698.

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

Color convert

RGB202187184-
CMYK00.070.090.21
HSL10º14.52%75.69%-
HSV(B)10º8.91%79.22%-
XYZ50.7851.5652.62-
YUV191.14123.97135.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 184 (72.27% from 255) = 32.11%
R=35.25%
G=32.64%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218718400.070.090.211014.5275.69
HexCABBB807915af4c
Octal3122732700711251217114
Binary1100101010111011101110000111100110101101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBB8; }

 p { color: rgb(202,187,184); }

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

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

 a { background-color: rgb(202,187,184); }

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

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

 span { border-color: rgb(202,187,184); }

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