#C6C3BF

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

Shades of Stark White #C6C3BF

Tints of Stark White #C6C3BF

Color information

#C6C3BF (or 0xC6C3BF) is unknown color: approx Stark White. HEX triplet: C6, C3 and BF. RGB value is (198,195,191). Sum of RGB (Red+Green+Blue) = 198+195+191=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C3BF is #393C40. Grayscale: #C3C3C3. Windows color (decimal): -3750977 or 12567494. OLE color: 12567494.

HSL color Cylindrical-coordinate representation of color #C6C3BF: hue angle of 34.29º degrees, saturation: 0.06, 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 #C6C3BF is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198195191-
CMYK00.020.040.22
HSL34.29º5.79%76.27%-
HSV(B)34.29º3.54%77.65%-
XYZ52.2154.857.12-
YUV195.44125.49129.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.90%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 32.71%
R=33.90%
G=33.39%
B=32.71%

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
Decimal19819519100.020.040.2234.295.7976.27
HexC6C3BF024162264c
Octal30630327702426426114
Binary110001101100001110111111010100101101000101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C3BF; }

 p { color: rgb(198,195,191); }

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

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

 a { background-color: rgb(198,195,191); }

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

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

 span { border-color: rgb(198,195,191); }

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