#CAB9AC

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

Shades of Tide #CAB9AC

Tints of Tide #CAB9AC

Color information

#CAB9AC (or 0xCAB9AC) is unknown color: approx Tide. HEX triplet: CA, B9 and AC. RGB value is (202,185,172). Sum of RGB (Red+Green+Blue) = 202+185+172=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB9AC is #354653. Grayscale: #BCBCBC. Windows color (decimal): -3491412 or 11319754. OLE color: 11319754.

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

Color convert

RGB202185172-
CMYK00.080.150.21
HSL26º22.06%73.33%-
HSV(B)26º14.85%79.22%-
XYZ49.1550.2346.14-
YUV188.6118.63137.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=36.14%
G=33.09%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218517200.080.150.212622.0673.33
HexCAB9AC08F151a1649
Octal31227125401017253226111
Binary1100101010111001101011000100011111010111010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9AC; }

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

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

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

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

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

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

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

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