#CCC5BA

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

Shades of Stark White #CCC5BA

Tints of Stark White #CCC5BA

Color information

#CCC5BA (or 0xCCC5BA) is unknown color: approx Stark White. HEX triplet: CC, C5 and BA. RGB value is (204,197,186). Sum of RGB (Red+Green+Blue) = 204+197+186=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5BA is #333A45. Grayscale: #C5C5C5. Windows color (decimal): -3357254 or 12240332. OLE color: 12240332.

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

Color convert

RGB204197186-
CMYK00.030.090.2
HSL36.67º15%76.47%-
HSV(B)36.67º8.82%80%-
XYZ53.7356.3254.49-
YUV197.84121.32132.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=34.75%
G=33.56%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419718600.030.090.236.671576.47
HexCCC5BA0391425f4c
Octal3143052720311244517114
Binary11001100110001011011101001110011010010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5BA; }

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

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

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

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

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

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

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

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