#C9C2BA

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

Shades of Stark White #C9C2BA

Tints of Stark White #C9C2BA

Color information

#C9C2BA (or 0xC9C2BA) is unknown color: approx Stark White. HEX triplet: C9, C2 and BA. RGB value is (201,194,186). Sum of RGB (Red+Green+Blue) = 201+194+186=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C2BA is #363D45. Grayscale: #C3C3C3. Windows color (decimal): -3554630 or 12239561. OLE color: 12239561.

HSL color Cylindrical-coordinate representation of color #C9C2BA: hue angle of 32º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9C2BA is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201194186-
CMYK00.030.070.21
HSL32º12.2%75.88%-
HSV(B)32º7.46%78.82%-
XYZ52.2454.5554.23-
YUV195.18122.82132.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 194 (76.17% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=34.60%
G=33.39%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119418600.030.070.213212.275.88
HexC9C2BA0371520c4c
Octal311302272037254014114
Binary1100100111000010101110100111111010110000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C2BA; }

 p { color: rgb(201,194,186); }

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

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

 a { background-color: rgb(201,194,186); }

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

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

 span { border-color: rgb(201,194,186); }

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