#C3CABD

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

Shades of Pumice #C3CABD

Tints of Pumice #C3CABD

Color information

#C3CABD (or 0xC3CABD) is unknown color: approx Pumice. HEX triplet: C3, CA and BD. RGB value is (195,202,189). Sum of RGB (Red+Green+Blue) = 195+202+189=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CABD is #3C3542. Grayscale: #C6C6C6. Windows color (decimal): -3945795 or 12438211. OLE color: 12438211.

HSL color Cylindrical-coordinate representation of color #C3CABD: hue angle of 92.31º degrees, saturation: 0.11, 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 #C3CABD is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB195202189-
CMYK0.0300.060.21
HSL92.31º10.92%76.67%-
HSV(B)92.31º6.44%79.22%-
XYZ52.8157.5256.46-
YUV198.42122.68125.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.28%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=33.28%
G=34.47%
B=32.25%

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
Decimal1952021890.0300.060.2192.3110.9276.67
HexC3CABD306155cb4d
Octal3033122753062513413115
Binary11000011110010101011110111011010101101110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CABD; }

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

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

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

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

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

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

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

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