#C5CABF

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

Shades of Pumice #C5CABF

Tints of Pumice #C5CABF

Color information

#C5CABF (or 0xC5CABF) is unknown color: approx Pumice. HEX triplet: C5, CA and BF. RGB value is (197,202,191). Sum of RGB (Red+Green+Blue) = 197+202+191=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CABF is #3A3540. Grayscale: #C7C7C7. Windows color (decimal): -3814721 or 12569285. OLE color: 12569285.

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

Color convert

RGB197202191-
CMYK0.0200.050.21
HSL87.27º9.4%77.06%-
HSV(B)87.27º5.45%79.22%-
XYZ53.5557.8757.64-
YUV199.25123.34126.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 191 (75% from 255) = 32.37%
R=33.39%
G=34.24%
B=32.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972021910.0200.050.2187.279.477.06
HexC5CABF205155794d
Octal3053122772052512711115
Binary11000101110010101011111110010110101101011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CABF; }

 p { color: rgb(197,202,191); }

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

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

 a { background-color: rgb(197,202,191); }

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

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

 span { border-color: rgb(197,202,191); }

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