#CCB9AE

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

Shades of Wafer #CCB9AE

Tints of Wafer #CCB9AE

Color information

#CCB9AE (or 0xCCB9AE) is unknown color: approx Wafer. HEX triplet: CC, B9 and AE. RGB value is (204,185,174). Sum of RGB (Red+Green+Blue) = 204+185+174=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB9AE is #334651. Grayscale: #BDBDBD. Windows color (decimal): -3360338 or 11450828. OLE color: 11450828.

HSL color Cylindrical-coordinate representation of color #CCB9AE: hue angle of 22º degrees, saturation: 0.23, 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 #CCB9AE is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204185174-
CMYK00.090.150.2
HSL22º22.73%74.12%-
HSV(B)22º14.71%80%-
XYZ49.8950.5947.18-
YUV189.43119.29138.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=36.23%
G=32.86%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418517400.090.150.22222.7374.12
HexCCB9AE09F1416174a
Octal31427125601117242627112
Binary1100110010111001101011100100111111010010110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9AE; }

 p { color: rgb(204,185,174); }

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

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

 a { background-color: rgb(204,185,174); }

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

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

 span { border-color: rgb(204,185,174); }

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