#CCB7AC

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

Shades of Wafer #CCB7AC

Tints of Wafer #CCB7AC

Color information

#CCB7AC (or 0xCCB7AC) is unknown color: approx Wafer. HEX triplet: CC, B7 and AC. RGB value is (204,183,172). Sum of RGB (Red+Green+Blue) = 204+183+172=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7AC is #334853. Grayscale: #BCBCBC. Windows color (decimal): -3360852 or 11319244. OLE color: 11319244.

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

Color convert

RGB204183172-
CMYK00.100.160.2
HSL20.63º23.88%73.73%-
HSV(B)20.63º15.69%80%-
XYZ49.2849.6846.02-
YUV188.02118.96139.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=36.49%
G=32.74%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418317200.100.160.220.6323.8873.73
HexCCB7AC0A101415184a
Octal31426725401220242530112
Binary11001100101101111010110001010100001010010101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7AC; }

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

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

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

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

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

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

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

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