#C9C4BB

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

Shades of Stark White #C9C4BB

Tints of Stark White #C9C4BB

Color information

#C9C4BB (or 0xC9C4BB) is unknown color: approx Stark White. HEX triplet: C9, C4 and BB. RGB value is (201,196,187). Sum of RGB (Red+Green+Blue) = 201+196+187=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4BB is #363B44. Grayscale: #C4C4C4. Windows color (decimal): -3554117 or 12305609. OLE color: 12305609.

HSL color Cylindrical-coordinate representation of color #C9C4BB: hue angle of 38.57º degrees, saturation: 0.11, 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 #C9C4BB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201196187-
CMYK00.020.070.21
HSL38.57º11.48%76.08%-
HSV(B)38.57º6.97%78.82%-
XYZ52.855.4954.94-
YUV196.47122.66131.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.42%
GREEN value IS 196 (76.95% from 255) = 33.56%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=34.42%
G=33.56%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119618700.020.070.2138.5711.4876.08
HexC9C4BB0271527b4c
Octal311304273027254713114
Binary1100100111000100101110110101111010110011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C4BB; }

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

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

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

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

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

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

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

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