#CCB7AF

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

Shades of Wafer #CCB7AF

Tints of Wafer #CCB7AF

Color information

#CCB7AF (or 0xCCB7AF) is unknown color: approx Wafer. HEX triplet: CC, B7 and AF. RGB value is (204,183,175). Sum of RGB (Red+Green+Blue) = 204+183+175=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7AF is #334850. Grayscale: #BCBCBC. Windows color (decimal): -3360849 or 11515852. OLE color: 11515852.

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

Color convert

RGB204183175-
CMYK00.100.140.2
HSL16.55º22.14%74.31%-
HSV(B)16.55º14.22%80%-
XYZ49.5749.847.56-
YUV188.37120.46139.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 183 (71.88% from 255) = 32.56%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=36.30%
G=32.56%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418317500.100.140.216.5522.1474.31
HexCCB7AF0AE1411164a
Octal31426725701216242126112
Binary1100110010110111101011110101011101010010001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7AF; }

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

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

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

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

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

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

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

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