#C6C4C1

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

Shades of Stark White #C6C4C1

Tints of Stark White #C6C4C1

Color information

#C6C4C1 (or 0xC6C4C1) is unknown color: approx Stark White. HEX triplet: C6, C4 and C1. RGB value is (198,196,193). Sum of RGB (Red+Green+Blue) = 198+196+193=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C4C1 is #393B3E. Grayscale: #C4C4C4. Windows color (decimal): -3750719 or 12698822. OLE color: 12698822.

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

Color convert

RGB198196193-
CMYK00.010.030.22
HSL36º4.2%76.67%-
HSV(B)36º2.53%77.65%-
XYZ52.6555.3458.36-
YUV196.26126.16129.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.73%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 193 (75.78% from 255) = 32.88%
R=33.73%
G=33.39%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819619300.010.030.22364.276.67
HexC6C4C1013162444d
Octal30630430101326444115
Binary1100011011000100110000010111101101001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C4C1; }

 p { color: rgb(198,196,193); }

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

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

 a { background-color: rgb(198,196,193); }

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

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

 span { border-color: rgb(198,196,193); }

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