#C3C7C9

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

Shades of Heather #C3C7C9

Tints of Heather #C3C7C9

Color information

#C3C7C9 (or 0xC3C7C9) is unknown color: approx Heather. HEX triplet: C3, C7 and C9. RGB value is (195,199,201). Sum of RGB (Red+Green+Blue) = 195+199+201=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 201 - color contains mainly: blue. Hex color #C3C7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C7C9 is #3C3836. Grayscale: #C6C6C6. Windows color (decimal): -3946551 or 13223875. OLE color: 13223875.

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

Color convert

RGB195199201-
CMYK0.030.0100.21
HSL200º5.26%77.65%-
HSV(B)200º2.99%78.82%-
XYZ53.4756.6763.38-
YUV198.03129.67125.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.77%
GREEN value IS 199 (78.12% from 255) = 33.45%
BLUE value IS 201 (78.91% from 255) = 33.78%
R=32.77%
G=33.45%
B=33.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951992010.030.0100.212005.2677.65
HexC3C7C931015c854e
Octal303307311310253105116
Binary110000111100011111001001111010101110010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C7C9; }

 p { color: rgb(195,199,201); }

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

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

 a { background-color: rgb(195,199,201); }

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

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

 span { border-color: rgb(195,199,201); }

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