#CCC4BB

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

Shades of Stark White #CCC4BB

Tints of Stark White #CCC4BB

Color information

#CCC4BB (or 0xCCC4BB) is unknown color: approx Stark White. HEX triplet: CC, C4 and BB. RGB value is (204,196,187). Sum of RGB (Red+Green+Blue) = 204+196+187=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4BB is #333B44. Grayscale: #C5C5C5. Windows color (decimal): -3357509 or 12305612. OLE color: 12305612.

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

Color convert

RGB204196187-
CMYK00.040.080.2
HSL31.76º14.29%76.67%-
HSV(B)31.76º8.33%80%-
XYZ53.6155.9154.98-
YUV197.37122.15132.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=34.75%
G=33.39%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419618700.040.080.231.7614.2976.67
HexCCC4BB0481420e4d
Octal3143042730410244016115
Binary110011001100010010111011010010001010010000011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4BB; }

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

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

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

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

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

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

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

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