#CCC3BB

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

Shades of Stark White #CCC3BB

Tints of Stark White #CCC3BB

Color information

#CCC3BB (or 0xCCC3BB) is unknown color: approx Stark White. HEX triplet: CC, C3 and BB. RGB value is (204,195,187). Sum of RGB (Red+Green+Blue) = 204+195+187=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3BB is #333C44. Grayscale: #C4C4C4. Windows color (decimal): -3357765 or 12305356. OLE color: 12305356.

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

Color convert

RGB204195187-
CMYK00.040.080.2
HSL28.24º14.29%76.67%-
HSV(B)28.24º8.33%80%-
XYZ53.3955.4654.9-
YUV196.78122.48133.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 195 (76.56% from 255) = 33.28%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=34.81%
G=33.28%
B=31.91%

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
Decimal20419518700.040.080.228.2414.2976.67
HexCCC3BB048141ce4d
Octal3143032730410243416115
Binary11001100110000111011101101001000101001110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3BB; }

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

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

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

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

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

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

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

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