#CCC3B6

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

Shades of Stark White #CCC3B6

Tints of Stark White #CCC3B6

Color information

#CCC3B6 (or 0xCCC3B6) is unknown color: approx Stark White. HEX triplet: CC, C3 and B6. RGB value is (204,195,182). Sum of RGB (Red+Green+Blue) = 204+195+182=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3B6 is #333C49. Grayscale: #C4C4C4. Windows color (decimal): -3357770 or 11977676. OLE color: 11977676.

HSL color Cylindrical-coordinate representation of color #CCC3B6: hue angle of 35.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC3B6 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB204195182-
CMYK00.040.110.2
HSL35.45º17.74%75.69%-
HSV(B)35.45º10.78%80%-
XYZ52.8655.2452.13-
YUV196.21119.98133.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 182 (71.48% from 255) = 31.33%
R=35.11%
G=33.56%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419518200.040.110.235.4517.7475.69
HexCCC3B604B1423124c
Octal3143032660413244322114
Binary1100110011000011101101100100101110100100011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3B6; }

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

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

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

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

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

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

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

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