#CABDB9

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

Shades of Wafer #CABDB9

Tints of Wafer #CABDB9

Color information

#CABDB9 (or 0xCABDB9) is unknown color: approx Wafer. HEX triplet: CA, BD and B9. RGB value is (202,189,185). Sum of RGB (Red+Green+Blue) = 202+189+185=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDB9 is #354246. Grayscale: #C0C0C0. Windows color (decimal): -3490375 or 12172746. OLE color: 12172746.

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

Color convert

RGB202189185-
CMYK00.060.080.21
HSL14.12º13.82%75.88%-
HSV(B)14.12º8.42%79.22%-
XYZ51.3152.4553.32-
YUV192.43123.81134.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 185 (72.66% from 255) = 32.12%
R=35.07%
G=32.81%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218918500.060.080.2114.1213.8275.88
HexCABDB906815ee4c
Octal3122752710610251616114
Binary1100101010111101101110010110100010101111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDB9; }

 p { color: rgb(202,189,185); }

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

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

 a { background-color: rgb(202,189,185); }

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

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

 span { border-color: rgb(202,189,185); }

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