#CAB7AE

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

Shades of Wafer #CAB7AE

Tints of Wafer #CAB7AE

Color information

#CAB7AE (or 0xCAB7AE) is unknown color: approx Wafer. HEX triplet: CA, B7 and AE. RGB value is (202,183,174). Sum of RGB (Red+Green+Blue) = 202+183+174=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7AE is #354851. Grayscale: #BBBBBB. Windows color (decimal): -3491922 or 11450314. OLE color: 11450314.

HSL color Cylindrical-coordinate representation of color #CAB7AE: hue angle of 19.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB7AE is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202183174-
CMYK00.090.140.21
HSL19.29º20.9%73.73%-
HSV(B)19.29º13.86%79.22%-
XYZ48.9349.4847.02-
YUV187.66120.29138.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=36.14%
G=32.74%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218317400.090.140.2119.2920.973.73
HexCAB7AE09E1513154a
Octal31226725601116252325112
Binary1100101010110111101011100100111101010110011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7AE; }

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

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

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

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

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

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

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

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