#C2CEB8

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

Shades of Pumice #C2CEB8

Tints of Pumice #C2CEB8

Color information

#C2CEB8 (or 0xC2CEB8) is unknown color: approx Pumice. HEX triplet: C2, CE and B8. RGB value is (194,206,184). Sum of RGB (Red+Green+Blue) = 194+206+184=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEB8 is #3D3147. Grayscale: #C7C7C7. Windows color (decimal): -4010312 or 12111554. OLE color: 12111554.

HSL color Cylindrical-coordinate representation of color #C2CEB8: hue angle of 92.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CEB8 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB194206184-
CMYK0.0600.110.19
HSL92.73º18.33%76.47%-
HSV(B)92.73º10.68%80.78%-
XYZ52.9759.0753.96-
YUV199.9119.02123.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.22%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 184 (72.27% from 255) = 31.51%
R=33.22%
G=35.27%
B=31.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061840.0600.110.1992.7318.3376.47
HexC2CEB860B135d124c
Octal30231627060132313522114
Binary11000010110011101011100011001011100111011101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEB8; }

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

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

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

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

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

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

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

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