#CAB7AB

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

Shades of Tide #CAB7AB

Tints of Tide #CAB7AB

Color information

#CAB7AB (or 0xCAB7AB) is unknown color: approx Tide. HEX triplet: CA, B7 and AB. RGB value is (202,183,171). Sum of RGB (Red+Green+Blue) = 202+183+171=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7AB is #354854. Grayscale: #BBBBBB. Windows color (decimal): -3491925 or 11253706. OLE color: 11253706.

HSL color Cylindrical-coordinate representation of color #CAB7AB: hue angle of 23.23º degrees, saturation: 0.23, 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 #CAB7AB is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202183171-
CMYK00.090.150.21
HSL23.23º22.63%73.14%-
HSV(B)23.23º15.35%79.22%-
XYZ48.6449.3645.49-
YUV187.31118.79138.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 183 (71.88% from 255) = 32.91%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=36.33%
G=32.91%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218317100.090.150.2123.2322.6373.14
HexCAB7AB09F15171749
Octal31226725301117252727111
Binary1100101010110111101010110100111111010110111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7AB; }

 p { color: rgb(202,183,171); }

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

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

 a { background-color: rgb(202,183,171); }

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

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

 span { border-color: rgb(202,183,171); }

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