#C0CEB6

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

Shades of Pumice #C0CEB6

Tints of Pumice #C0CEB6

Color information

#C0CEB6 (or 0xC0CEB6) is unknown color: approx Pumice. HEX triplet: C0, CE and B6. RGB value is (192,206,182). Sum of RGB (Red+Green+Blue) = 192+206+182=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEB6 is #3F3149. Grayscale: #C7C7C7. Windows color (decimal): -4141386 or 11980480. OLE color: 11980480.

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

Color convert

RGB192206182-
CMYK0.0700.120.19
HSL95º19.67%76.08%-
HSV(B)95º11.65%80.78%-
XYZ52.2558.7352.84-
YUV199.08118.36122.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=33.10%
G=35.52%
B=31.38%

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
Decimal1922061820.0700.120.199519.6776.08
HexC0CEB670C135f144c
Octal30031626670142313724114
Binary11000000110011101011011011101100100111011111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEB6; }

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

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

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

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

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

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

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

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