#C2CEB9

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

Shades of Pumice #C2CEB9

Tints of Pumice #C2CEB9

Color information

#C2CEB9 (or 0xC2CEB9) is unknown color: approx Pumice. HEX triplet: C2, CE and B9. RGB value is (194,206,185). Sum of RGB (Red+Green+Blue) = 194+206+185=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEB9 is #3D3146. Grayscale: #C8C8C8. Windows color (decimal): -4010311 or 12177090. OLE color: 12177090.

HSL color Cylindrical-coordinate representation of color #C2CEB9: hue angle of 94.29º 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 #C2CEB9 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB194206185-
CMYK0.0600.100.19
HSL94.29º17.65%76.67%-
HSV(B)94.29º10.19%80.78%-
XYZ53.0859.1154.51-
YUV200.02119.52123.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=33.16%
G=35.21%
B=31.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061850.0600.100.1994.2917.6576.67
HexC2CEB960A135e124d
Octal30231627160122313622115
Binary11000010110011101011100111001010100111011110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEB9; }

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

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

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

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

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

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

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

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