#C3C7C0

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

Shades of Pumice #C3C7C0

Tints of Pumice #C3C7C0

Color information

#C3C7C0 (or 0xC3C7C0) is unknown color: approx Pumice. HEX triplet: C3, C7 and C0. RGB value is (195,199,192). Sum of RGB (Red+Green+Blue) = 195+199+192=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C7C0 is #3C383F. Grayscale: #C5C5C5. Windows color (decimal): -3946560 or 12634051. OLE color: 12634051.

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

Color convert

RGB195199192-
CMYK0.0200.040.22
HSL94.29º5.88%76.67%-
HSV(B)94.29º3.52%78.04%-
XYZ52.4456.2557.96-
YUV197.01125.17126.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.28%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=33.28%
G=33.96%
B=32.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951991920.0200.040.2294.295.8876.67
HexC3C7C0204165e64d
Octal303307300204261366115
Binary1100001111000111110000001001001011010111101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C7C0; }

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

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

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

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

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

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

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

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