#C7C1B9

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

Shades of Stark White #C7C1B9

Tints of Stark White #C7C1B9

Color information

#C7C1B9 (or 0xC7C1B9) is unknown color: approx Stark White. HEX triplet: C7, C1 and B9. RGB value is (199,193,185). Sum of RGB (Red+Green+Blue) = 199+193+185=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C1B9 is #383E46. Grayscale: #C1C1C1. Windows color (decimal): -3685959 or 12173767. OLE color: 12173767.

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

Color convert

RGB199193185-
CMYK00.030.070.22
HSL34.29º11.11%75.29%-
HSV(B)34.29º7.04%78.04%-
XYZ51.3853.7853.57-
YUV193.88122.99131.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.49%
GREEN value IS 193 (75.78% from 255) = 33.45%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=34.49%
G=33.45%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919318500.030.070.2234.2911.1175.29
HexC7C1B90371622b4b
Octal307301271037264213113
Binary1100011111000001101110010111111011010001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C1B9; }

 p { color: rgb(199,193,185); }

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

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

 a { background-color: rgb(199,193,185); }

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

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

 span { border-color: rgb(199,193,185); }

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