#CCB7AE

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

Shades of Wafer #CCB7AE

Tints of Wafer #CCB7AE

Color information

#CCB7AE (or 0xCCB7AE) is unknown color: approx Wafer. HEX triplet: CC, B7 and AE. RGB value is (204,183,174). Sum of RGB (Red+Green+Blue) = 204+183+174=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7AE is #334851. Grayscale: #BCBCBC. Windows color (decimal): -3360850 or 11450316. OLE color: 11450316.

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

Color convert

RGB204183174-
CMYK00.100.150.2
HSL18º22.73%74.12%-
HSV(B)18º14.71%80%-
XYZ49.4849.7647.04-
YUV188.25119.96139.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 183 (71.88% from 255) = 32.62%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=36.36%
G=32.62%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418317400.100.150.21822.7374.12
HexCCB7AE0AF1412174a
Octal31426725601217242227112
Binary1100110010110111101011100101011111010010010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7AE; }

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

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

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

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

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

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

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

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