#C0C4BD

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

Shades of Pumice #C0C4BD

Tints of Pumice #C0C4BD

Color information

#C0C4BD (or 0xC0C4BD) is unknown color: approx Pumice. HEX triplet: C0, C4 and BD. RGB value is (192,196,189). Sum of RGB (Red+Green+Blue) = 192+196+189=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C4BD is #3F3B42. Grayscale: #C2C2C2. Windows color (decimal): -4143939 or 12436672. OLE color: 12436672.

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

Color convert

RGB192196189-
CMYK0.0200.040.23
HSL94.29º5.6%75.49%-
HSV(B)94.29º3.57%76.86%-
XYZ50.6654.3655.97-
YUV194.01125.17126.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=33.28%
G=33.97%
B=32.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921961890.0200.040.2394.295.675.49
HexC0C4BD204175e64b
Octal300304275204271366113
Binary1100000011000100101111011001001011110111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C4BD; }

 p { color: rgb(192,196,189); }

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

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

 a { background-color: rgb(192,196,189); }

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

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

 span { border-color: rgb(192,196,189); }

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