#C2CEB6

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

Shades of Pumice #C2CEB6

Tints of Pumice #C2CEB6

Color information

#C2CEB6 (or 0xC2CEB6) is unknown color: approx Pumice. HEX triplet: C2, CE and B6. RGB value is (194,206,182). Sum of RGB (Red+Green+Blue) = 194+206+182=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEB6 is #3D3149. Grayscale: #C7C7C7. Windows color (decimal): -4010314 or 11980482. OLE color: 11980482.

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

Color convert

RGB194206182-
CMYK0.0600.120.19
HSL90º19.67%76.08%-
HSV(B)90º11.65%80.78%-
XYZ52.7658.9952.86-
YUV199.68118.02123.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.33%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=33.33%
G=35.40%
B=31.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061820.0600.120.199019.6776.08
HexC2CEB660C135a144c
Octal30231626660142313224114
Binary11000010110011101011011011001100100111011010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEB6; }

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

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

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

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

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

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

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

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