#C3CABE

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

Shades of Pumice #C3CABE

Tints of Pumice #C3CABE

Color information

#C3CABE (or 0xC3CABE) is unknown color: approx Pumice. HEX triplet: C3, CA and BE. RGB value is (195,202,190). Sum of RGB (Red+Green+Blue) = 195+202+190=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CABE is #3C3541. Grayscale: #C6C6C6. Windows color (decimal): -3945794 or 12503747. OLE color: 12503747.

HSL color Cylindrical-coordinate representation of color #C3CABE: hue angle of 95º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3CABE is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB195202190-
CMYK0.0300.060.21
HSL95º10.17%76.86%-
HSV(B)95º5.94%79.22%-
XYZ52.9257.5657.04-
YUV198.54123.18125.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.22%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=33.22%
G=34.41%
B=32.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952021900.0300.060.219510.1776.86
HexC3CABE306155fa4d
Octal3033122763062513712115
Binary11000011110010101011111011011010101101111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CABE; }

 p { color: rgb(195,202,190); }

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

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

 a { background-color: rgb(195,202,190); }

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

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

 span { border-color: rgb(195,202,190); }

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