#C9C4BC

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

Shades of Stark White #C9C4BC

Tints of Stark White #C9C4BC

Color information

#C9C4BC (or 0xC9C4BC) is unknown color: approx Stark White. HEX triplet: C9, C4 and BC. RGB value is (201,196,188). Sum of RGB (Red+Green+Blue) = 201+196+188=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4BC is #363B43. Grayscale: #C4C4C4. Windows color (decimal): -3554116 or 12371145. OLE color: 12371145.

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

Color convert

RGB201196188-
CMYK00.020.060.21
HSL36.92º10.74%76.27%-
HSV(B)36.92º6.47%78.82%-
XYZ52.955.5355.51-
YUV196.58123.16131.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.36%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=34.36%
G=33.50%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119618800.020.060.2136.9210.7476.27
HexC9C4BC0261525b4c
Octal311304274026254513114
Binary1100100111000100101111000101101010110010110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C4BC; }

 p { color: rgb(201,196,188); }

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

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

 a { background-color: rgb(201,196,188); }

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

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

 span { border-color: rgb(201,196,188); }

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