#C5CEBD

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

Shades of Pumice #C5CEBD

Tints of Pumice #C5CEBD

Color information

#C5CEBD (or 0xC5CEBD) is unknown color: approx Pumice. HEX triplet: C5, CE and BD. RGB value is (197,206,189). Sum of RGB (Red+Green+Blue) = 197+206+189=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEBD is #3A3142. Grayscale: #C9C9C9. Windows color (decimal): -3813699 or 12439237. OLE color: 12439237.

HSL color Cylindrical-coordinate representation of color #C5CEBD: hue angle of 91.76º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5CEBD is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB197206189-
CMYK0.0400.080.19
HSL91.76º14.78%77.45%-
HSV(B)91.76º8.25%80.78%-
XYZ54.2859.6956.8-
YUV201.37121.02124.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=33.28%
G=34.80%
B=31.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061890.0400.080.1991.7614.7877.45
HexC5CEBD408135cf4d
Octal30531627540102313417115
Binary1100010111001110101111011000100010011101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEBD; }

 p { color: rgb(197,206,189); }

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

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

 a { background-color: rgb(197,206,189); }

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

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

 span { border-color: rgb(197,206,189); }

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