#C0C5BB

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

Shades of Pumice #C0C5BB

Tints of Pumice #C0C5BB

Color information

#C0C5BB (or 0xC0C5BB) is unknown color: approx Pumice. HEX triplet: C0, C5 and BB. RGB value is (192,197,187). Sum of RGB (Red+Green+Blue) = 192+197+187=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C5BB is #3F3A44. Grayscale: #C2C2C2. Windows color (decimal): -4143685 or 12305856. OLE color: 12305856.

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

Color convert

RGB192197187-
CMYK0.0300.050.23
HSL90º7.94%75.29%-
HSV(B)90º5.08%77.25%-
XYZ50.6754.7354.91-
YUV194.36123.84126.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.33%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=33.33%
G=34.20%
B=32.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921971870.0300.050.23907.9475.29
HexC0C5BB305175a84b
Octal3003052733052713210113
Binary11000000110001011011101111010110111101101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C5BB; }

 p { color: rgb(192,197,187); }

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

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

 a { background-color: rgb(192,197,187); }

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

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

 span { border-color: rgb(192,197,187); }

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