#C7C4BF

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

Shades of Stark White #C7C4BF

Tints of Stark White #C7C4BF

Color information

#C7C4BF (or 0xC7C4BF) is unknown color: approx Stark White. HEX triplet: C7, C4 and BF. RGB value is (199,196,191). Sum of RGB (Red+Green+Blue) = 199+196+191=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C4BF is #383B40. Grayscale: #C4C4C4. Windows color (decimal): -3685185 or 12567751. OLE color: 12567751.

HSL color Cylindrical-coordinate representation of color #C7C4BF: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7C4BF is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB199196191-
CMYK00.020.040.22
HSL37.5º6.67%76.47%-
HSV(B)37.5º4.02%78.04%-
XYZ52.755.3857.2-
YUV196.33124.99129.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.96%
GREEN value IS 196 (76.95% from 255) = 33.45%
BLUE value IS 191 (75% from 255) = 32.59%
R=33.96%
G=33.45%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919619100.020.040.2237.56.6776.47
HexC7C4BF024162674c
Octal30730427702426467114
Binary110001111100010010111111010100101101001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C4BF; }

 p { color: rgb(199,196,191); }

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

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

 a { background-color: rgb(199,196,191); }

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

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

 span { border-color: rgb(199,196,191); }

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