#CCBCB0

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

Shades of Wafer #CCBCB0

Tints of Wafer #CCBCB0

Color information

#CCBCB0 (or 0xCCBCB0) is unknown color: approx Wafer. HEX triplet: CC, BC and B0. RGB value is (204,188,176). Sum of RGB (Red+Green+Blue) = 204+188+176=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCB0 is #33434F. Grayscale: #BFBFBF. Windows color (decimal): -3359568 or 11582668. OLE color: 11582668.

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

Color convert

RGB204188176-
CMYK00.080.140.2
HSL25.71º21.54%74.51%-
HSV(B)25.71º13.73%80%-
XYZ50.7251.9448.43-
YUV191.42119.3136.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 176 (69.14% from 255) = 30.99%
R=35.92%
G=33.10%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418817600.080.140.225.7121.5474.51
HexCCBCB008E141a164b
Octal31427426001016243226113
Binary1100110010111100101100000100011101010011010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCB0; }

 p { color: rgb(204,188,176); }

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

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

 a { background-color: rgb(204,188,176); }

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

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

 span { border-color: rgb(204,188,176); }

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