#C3CEB9

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

Shades of Pumice #C3CEB9

Tints of Pumice #C3CEB9

Color information

#C3CEB9 (or 0xC3CEB9) is unknown color: approx Pumice. HEX triplet: C3, CE and B9. RGB value is (195,206,185). Sum of RGB (Red+Green+Blue) = 195+206+185=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEB9 is #3C3146. Grayscale: #C8C8C8. Windows color (decimal): -3944775 or 12177091. OLE color: 12177091.

HSL color Cylindrical-coordinate representation of color #C3CEB9: hue angle of 91.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3CEB9 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB195206185-
CMYK0.0500.100.19
HSL91.43º17.65%76.67%-
HSV(B)91.43º10.19%80.78%-
XYZ53.3359.2554.52-
YUV200.32119.36124.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.28%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 185 (72.66% from 255) = 31.57%
R=33.28%
G=35.15%
B=31.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952061850.0500.100.1991.4317.6576.67
HexC3CEB950A135b124d
Octal30331627150122313322115
Binary11000011110011101011100110101010100111011011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEB9; }

 p { color: rgb(195,206,185); }

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

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

 a { background-color: rgb(195,206,185); }

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

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

 span { border-color: rgb(195,206,185); }

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