#CAB6A9

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

Shades of Tide #CAB6A9

Tints of Tide #CAB6A9

Color information

#CAB6A9 (or 0xCAB6A9) is unknown color: approx Tide. HEX triplet: CA, B6 and A9. RGB value is (202,182,169). Sum of RGB (Red+Green+Blue) = 202+182+169=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 169 (66.41% from 255 or 30.56% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB6A9 is #354956. Grayscale: #BABABA. Windows color (decimal): -3492183 or 11122378. OLE color: 11122378.

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

Color convert

RGB202182169-
CMYK00.100.160.21
HSL23.64º23.74%72.75%-
HSV(B)23.64º16.34%79.22%-
XYZ48.2548.8844.43-
YUV186.5118.13139.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 169 (66.41% from 255) = 30.56%
R=36.53%
G=32.91%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218216900.100.160.2123.6423.7472.75
HexCAB6A90A1015181849
Octal31226625101220253030111
Binary11001010101101101010100101010100001010111000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6A9; }

 p { color: rgb(202,182,169); }

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

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

 a { background-color: rgb(202,182,169); }

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

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

 span { border-color: rgb(202,182,169); }

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