#CCC3BA

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

Shades of Stark White #CCC3BA

Tints of Stark White #CCC3BA

Color information

#CCC3BA (or 0xCCC3BA) is unknown color: approx Stark White. HEX triplet: CC, C3 and BA. RGB value is (204,195,186). Sum of RGB (Red+Green+Blue) = 204+195+186=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3BA is #333C45. Grayscale: #C4C4C4. Windows color (decimal): -3357766 or 12239820. OLE color: 12239820.

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

Color convert

RGB204195186-
CMYK00.040.090.2
HSL30º15%76.47%-
HSV(B)30º8.82%80%-
XYZ53.2855.4154.34-
YUV196.66121.98133.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=34.87%
G=33.33%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419518600.040.090.2301576.47
HexCCC3BA049141ef4c
Octal3143032720411243617114
Binary11001100110000111011101001001001101001111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3BA; }

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

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

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

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

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

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

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

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