#C2C7BE

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

Shades of Pumice #C2C7BE

Tints of Pumice #C2C7BE

Color information

#C2C7BE (or 0xC2C7BE) is unknown color: approx Pumice. HEX triplet: C2, C7 and BE. RGB value is (194,199,190). Sum of RGB (Red+Green+Blue) = 194+199+190=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7BE is #3D3841. Grayscale: #C4C4C4. Windows color (decimal): -4012098 or 12502978. OLE color: 12502978.

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

Color convert

RGB194199190-
CMYK0.0300.050.22
HSL93.33º7.44%76.27%-
HSV(B)93.33º4.52%78.04%-
XYZ51.9756.0356.79-
YUV196.48124.34126.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.28%
GREEN value IS 199 (78.12% from 255) = 34.13%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=33.28%
G=34.13%
B=32.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941991900.0300.050.2293.337.4476.27
HexC2C7BE305165d74c
Octal302307276305261357114
Binary1100001011000111101111101101011011010111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C7BE; }

 p { color: rgb(194,199,190); }

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

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

 a { background-color: rgb(194,199,190); }

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

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

 span { border-color: rgb(194,199,190); }

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