#C5CCBE

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

Shades of Pumice #C5CCBE

Tints of Pumice #C5CCBE

Color information

#C5CCBE (or 0xC5CCBE) is unknown color: approx Pumice. HEX triplet: C5, CC and BE. RGB value is (197,204,190). Sum of RGB (Red+Green+Blue) = 197+204+190=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCBE is #3A3341. Grayscale: #C8C8C8. Windows color (decimal): -3814210 or 12504261. OLE color: 12504261.

HSL color Cylindrical-coordinate representation of color #C5CCBE: hue angle of 90º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5CCBE is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB197204190-
CMYK0.0300.070.2
HSL90º12.07%77.25%-
HSV(B)90º6.86%80%-
XYZ53.9158.7757.22-
YUV200.31122.18125.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 190 (74.61% from 255) = 32.15%
R=33.33%
G=34.52%
B=32.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972041900.0300.070.29012.0777.25
HexC5CCBE307145ac4d
Octal3053142763072413214115
Binary11000101110011001011111011011110100101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCBE; }

 p { color: rgb(197,204,190); }

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

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

 a { background-color: rgb(197,204,190); }

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

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

 span { border-color: rgb(197,204,190); }

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