#CCB7AD

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

Shades of Wafer #CCB7AD

Tints of Wafer #CCB7AD

Color information

#CCB7AD (or 0xCCB7AD) is unknown color: approx Wafer. HEX triplet: CC, B7 and AD. RGB value is (204,183,173). Sum of RGB (Red+Green+Blue) = 204+183+173=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7AD is #334852. Grayscale: #BCBCBC. Windows color (decimal): -3360851 or 11384780. OLE color: 11384780.

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

Color convert

RGB204183173-
CMYK00.100.150.2
HSL19.35º23.31%73.92%-
HSV(B)19.35º15.2%80%-
XYZ49.3849.7246.53-
YUV188.14119.46139.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=36.43%
G=32.68%
B=30.89%

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
Decimal20418317300.100.150.219.3523.3173.92
HexCCB7AD0AF1413174a
Octal31426725501217242327112
Binary1100110010110111101011010101011111010010011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7AD; }

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

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

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

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

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

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

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

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