#CABBBA

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

Shades of Cold Turkey #CABBBA

Tints of Cold Turkey #CABBBA

Color information

#CABBBA (or 0xCABBBA) is unknown color: approx Cold Turkey. HEX triplet: CA, BB and BA. RGB value is (202,187,186). Sum of RGB (Red+Green+Blue) = 202+187+186=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBBA is #354445. Grayscale: #BFBFBF. Windows color (decimal): -3490886 or 12237770. OLE color: 12237770.

HSL color Cylindrical-coordinate representation of color #CABBBA: hue angle of 3.75º degrees, saturation: 0.13, 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 #CABBBA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202187186-
CMYK00.070.080.21
HSL3.75º13.11%76.08%-
HSV(B)3.75º7.92%79.22%-
XYZ50.9951.6453.73-
YUV191.37124.97135.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=35.13%
G=32.52%
B=32.35%

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
Decimal20218718600.070.080.213.7513.1176.08
HexCABBBA078154d4c
Octal312273272071025415114
Binary110010101011101110111010011110001010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBBA; }

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

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

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

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

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

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

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

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