#CAB7AA

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

Shades of Tide #CAB7AA

Tints of Tide #CAB7AA

Color information

#CAB7AA (or 0xCAB7AA) is unknown color: approx Tide. HEX triplet: CA, B7 and AA. RGB value is (202,183,170). Sum of RGB (Red+Green+Blue) = 202+183+170=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7AA is #354855. Grayscale: #BBBBBB. Windows color (decimal): -3491926 or 11188170. OLE color: 11188170.

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

Color convert

RGB202183170-
CMYK00.090.160.21
HSL24.38º23.19%72.94%-
HSV(B)24.38º15.84%79.22%-
XYZ48.5549.3344.99-
YUV187.2118.29138.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 183 (71.88% from 255) = 32.97%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=36.40%
G=32.97%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218317000.090.160.2124.3823.1972.94
HexCAB7AA091015181749
Octal31226725201120253027111
Binary11001010101101111010101001001100001010111000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7AA; }

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

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

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

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

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

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

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

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