#CAB7AD

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

Shades of Wafer #CAB7AD

Tints of Wafer #CAB7AD

Color information

#CAB7AD (or 0xCAB7AD) is unknown color: approx Wafer. HEX triplet: CA, B7 and AD. RGB value is (202,183,173). Sum of RGB (Red+Green+Blue) = 202+183+173=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7AD is #354852. Grayscale: #BBBBBB. Windows color (decimal): -3491923 or 11384778. OLE color: 11384778.

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

Color convert

RGB202183173-
CMYK00.090.140.21
HSL20.69º21.48%73.53%-
HSV(B)20.69º14.36%79.22%-
XYZ48.8349.4446.5-
YUV187.54119.79138.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 183 (71.88% from 255) = 32.80%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=36.20%
G=32.80%
B=31.00%

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
Decimal20218317300.090.140.2120.6921.4873.53
HexCAB7AD09E1515154a
Octal31226725501116252525112
Binary1100101010110111101011010100111101010110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7AD; }

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

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

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

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

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

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

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

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