#C9BEB3

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

Shades of Stark White #C9BEB3

Tints of Stark White #C9BEB3

Color information

#C9BEB3 (or 0xC9BEB3) is unknown color: approx Stark White. HEX triplet: C9, BE and B3. RGB value is (201,190,179). Sum of RGB (Red+Green+Blue) = 201+190+179=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEB3 is #36414C. Grayscale: #C0C0C0. Windows color (decimal): -3555661 or 11779785. OLE color: 11779785.

HSL color Cylindrical-coordinate representation of color #C9BEB3: hue angle of 30º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BEB3 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB201190179-
CMYK00.050.110.21
HSL30º16.92%74.51%-
HSV(B)30º10.95%78.82%-
XYZ50.6452.550.11-
YUV192.04120.64134.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.26%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=35.26%
G=33.33%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119017900.050.110.213016.9274.51
HexC9BEB305B151e114b
Octal3112762630513253621113
Binary110010011011111010110011010110111010111110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEB3; }

 p { color: rgb(201,190,179); }

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

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

 a { background-color: rgb(201,190,179); }

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

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

 span { border-color: rgb(201,190,179); }

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