#CBB7AD

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

Shades of Wafer #CBB7AD

Tints of Wafer #CBB7AD

Color information

#CBB7AD (or 0xCBB7AD) is unknown color: approx Wafer. HEX triplet: CB, B7 and AD. RGB value is (203,183,173). Sum of RGB (Red+Green+Blue) = 203+183+173=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB7AD is #344852. Grayscale: #BBBBBB. Windows color (decimal): -3426387 or 11384779. OLE color: 11384779.

HSL color Cylindrical-coordinate representation of color #CBB7AD: hue angle of 20º 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 #CBB7AD is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203183173-
CMYK00.100.150.20
HSL20º22.39%73.73%-
HSV(B)20º14.78%79.61%-
XYZ49.149.5846.52-
YUV187.84119.63138.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=36.31%
G=32.74%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318317300.100.150.202022.3973.73
HexCBB7AD0AF1414164a
Octal31326725501217242426112
Binary1100101110110111101011010101011111010010100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7AD; }

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

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

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

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

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

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

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

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