#CCC6BB

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

Shades of Stark White #CCC6BB

Tints of Stark White #CCC6BB

Color information

#CCC6BB (or 0xCCC6BB) is unknown color: approx Stark White. HEX triplet: CC, C6 and BB. RGB value is (204,198,187). Sum of RGB (Red+Green+Blue) = 204+198+187=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6BB is #333944. Grayscale: #C6C6C6. Windows color (decimal): -3356997 or 12306124. OLE color: 12306124.

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

Color convert

RGB204198187-
CMYK00.030.080.2
HSL38.82º14.29%76.67%-
HSV(B)38.82º8.33%80%-
XYZ54.0756.8155.13-
YUV198.54121.49131.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=34.63%
G=33.62%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419818700.030.080.238.8214.2976.67
HexCCC6BB0381427e4d
Octal3143062730310244716115
Binary11001100110001101011101101110001010010011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6BB; }

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

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

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

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

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

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

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

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