#CCC4BA

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

Shades of Stark White #CCC4BA

Tints of Stark White #CCC4BA

Color information

#CCC4BA (or 0xCCC4BA) is unknown color: approx Stark White. HEX triplet: CC, C4 and BA. RGB value is (204,196,186). Sum of RGB (Red+Green+Blue) = 204+196+186=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4BA is #333B45. Grayscale: #C5C5C5. Windows color (decimal): -3357510 or 12240076. OLE color: 12240076.

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

Color convert

RGB204196186-
CMYK00.040.090.2
HSL33.33º15%76.47%-
HSV(B)33.33º8.82%80%-
XYZ53.555.8654.42-
YUV197.25121.65132.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 196 (76.95% from 255) = 33.45%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=34.81%
G=33.45%
B=31.74%

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
Decimal20419618600.040.090.233.331576.47
HexCCC4BA0491421f4c
Octal3143042720411244117114
Binary110011001100010010111010010010011010010000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4BA; }

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

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

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

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

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

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

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

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