#C0CEB5

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

Shades of Pumice #C0CEB5

Tints of Pumice #C0CEB5

Color information

#C0CEB5 (or 0xC0CEB5) is unknown color: approx Pumice. HEX triplet: C0, CE and B5. RGB value is (192,206,181). Sum of RGB (Red+Green+Blue) = 192+206+181=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEB5 is #3F314A. Grayscale: #C7C7C7. Windows color (decimal): -4141387 or 11914944. OLE color: 11914944.

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

Color convert

RGB192206181-
CMYK0.0700.120.19
HSL93.6º20.33%75.88%-
HSV(B)93.6º12.14%80.78%-
XYZ52.1558.6952.29-
YUV198.96117.86123.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.16%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 181 (71.09% from 255) = 31.26%
R=33.16%
G=35.58%
B=31.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922061810.0700.120.1993.620.3375.88
HexC0CEB570C135e144c
Octal30031626570142313624114
Binary11000000110011101011010111101100100111011110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEB5; }

 p { color: rgb(192,206,181); }

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

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

 a { background-color: rgb(192,206,181); }

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

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

 span { border-color: rgb(192,206,181); }

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