#CDB9AB

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

Shades of Wafer #CDB9AB

Tints of Wafer #CDB9AB

Color information

#CDB9AB (or 0xCDB9AB) is unknown color: approx Wafer. HEX triplet: CD, B9 and AB. RGB value is (205,185,171). Sum of RGB (Red+Green+Blue) = 205+185+171=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB9AB is #324654. Grayscale: #BDBDBD. Windows color (decimal): -3294805 or 11254221. OLE color: 11254221.

HSL color Cylindrical-coordinate representation of color #CDB9AB: hue angle of 24.71º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB9AB is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB205185171-
CMYK00.100.170.20
HSL24.71º25.37%73.73%-
HSV(B)24.71º16.59%80.39%-
XYZ49.8850.6245.67-
YUV189.38117.63139.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=36.54%
G=32.98%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518517100.100.170.2024.7125.3773.73
HexCDB9AB0A111419194a
Octal31527125301221243131112
Binary11001101101110011010101101010100011010011001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9AB; }

 p { color: rgb(205,185,171); }

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

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

 a { background-color: rgb(205,185,171); }

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

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

 span { border-color: rgb(205,185,171); }

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