#CCBBB1

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

Shades of Wafer #CCBBB1

Tints of Wafer #CCBBB1

Color information

#CCBBB1 (or 0xCCBBB1) is unknown color: approx Wafer. HEX triplet: CC, BB and B1. RGB value is (204,187,177). Sum of RGB (Red+Green+Blue) = 204+187+177=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBB1 is #33444E. Grayscale: #BFBFBF. Windows color (decimal): -3359823 or 11647948. OLE color: 11647948.

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

Color convert

RGB204187177-
CMYK00.080.130.2
HSL22.22º20.93%74.71%-
HSV(B)22.22º13.24%80%-
XYZ50.6151.5548.88-
YUV190.94120.13137.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 177 (69.53% from 255) = 31.16%
R=35.92%
G=32.92%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418717700.080.130.222.2220.9374.71
HexCCBBB108D1416154b
Octal31427326101015242625113
Binary1100110010111011101100010100011011010010110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBB1; }

 p { color: rgb(204,187,177); }

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

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

 a { background-color: rgb(204,187,177); }

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

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

 span { border-color: rgb(204,187,177); }

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