#CBB9AD

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

Shades of Wafer #CBB9AD

Tints of Wafer #CBB9AD

Color information

#CBB9AD (or 0xCBB9AD) is unknown color: approx Wafer. HEX triplet: CB, B9 and AD. RGB value is (203,185,173). Sum of RGB (Red+Green+Blue) = 203+185+173=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB9AD is #344652. Grayscale: #BDBDBD. Windows color (decimal): -3425875 or 11385291. OLE color: 11385291.

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

Color convert

RGB203185173-
CMYK00.090.150.20
HSL24º22.39%73.73%-
HSV(B)24º14.78%79.61%-
XYZ49.5250.4146.66-
YUV189.01118.96137.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=36.19%
G=32.98%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318517300.090.150.202422.3973.73
HexCBB9AD09F1418164a
Octal31327125501117243026112
Binary1100101110111001101011010100111111010011000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9AD; }

 p { color: rgb(203,185,173); }

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

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

 a { background-color: rgb(203,185,173); }

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

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

 span { border-color: rgb(203,185,173); }

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