#C0CAB9

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

Shades of Pumice #C0CAB9

Tints of Pumice #C0CAB9

Color information

#C0CAB9 (or 0xC0CAB9) is unknown color: approx Pumice. HEX triplet: C0, CA and B9. RGB value is (192,202,185). Sum of RGB (Red+Green+Blue) = 192+202+185=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAB9 is #3F3546. Grayscale: #C5C5C5. Windows color (decimal): -4142407 or 12176064. OLE color: 12176064.

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

Color convert

RGB192202185-
CMYK0.0500.080.21
HSL95.29º13.82%75.88%-
HSV(B)95.29º8.42%79.22%-
XYZ51.6256.9554.17-
YUV197.07121.19124.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.16%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=33.16%
G=34.89%
B=31.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1922021850.0500.080.2195.2913.8275.88
HexC0CAB9508155fe4c
Octal30031227150102513716114
Binary1100000011001010101110011010100010101101111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CAB9; }

 p { color: rgb(192,202,185); }

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

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

 a { background-color: rgb(192,202,185); }

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

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

 span { border-color: rgb(192,202,185); }

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