Html Css Color HEX #C3C7C0 Pumice

📋 copy color: '#C3C7C0'

red 195 ◦ green 199 ◦ blue 192

#C3C7C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumice #C3C7C0

Tints of Pumice #C3C7C0

RGB

 RED value IS 195 (76.56% from 255) = 33.28%

 GREEN value IS 199 (78.13% 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 value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C3C7C0 (or 0xC3C7C0) is known color: 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

RGB 195 199 192 -
CMYK 0.02 0 0.04 0.22
HSL 94.29º 0.06% 0.77% -
HSV(B) 94.29º 0.04% 0.78% -
XYZ 52.44 56.25 57.96 -
YUV 197.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 195 199 192 0.02 0 0.04 0.22 94.29 0.06 0.77
Hex C3 C7 C0 2 0 4 16 5E 6 4D
Octal 303 307 300 2 0 4 26 136 6 115
Binary 11000011 11000111 11000000 10 0 100 10110 1011110 110 1001101

Color Harmonies of #C3C7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C7C0

Black with #C3C7C0

Text Example


Text Example

White with #C3C7C0

Text Example


Text Example

HTML Codes & Css Web 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>