#C0CABA

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

Shades of Pumice #C0CABA

Tints of Pumice #C0CABA

Color information

#C0CABA (or 0xC0CABA) is unknown color: approx Pumice. HEX triplet: C0, CA and BA. RGB value is (192,202,186). Sum of RGB (Red+Green+Blue) = 192+202+186=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CABA is #3F3545. Grayscale: #C5C5C5. Windows color (decimal): -4142406 or 12241600. OLE color: 12241600.

HSL color Cylindrical-coordinate representation of color #C0CABA: hue angle of 97.5º degrees, saturation: 0.13, 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 #C0CABA is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB192202186-
CMYK0.0500.080.21
HSL97.5º13.11%76.08%-
HSV(B)97.5º7.92%79.22%-
XYZ51.7256.9954.73-
YUV197.19121.69124.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=33.10%
G=34.83%
B=32.07%

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
Decimal1922021860.0500.080.2197.513.1176.08
HexC0CABA5081561d4c
Octal30031227250102514115114
Binary1100000011001010101110101010100010101110000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CABA; }

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

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

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

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

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

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

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

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