#C1CCB9

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

Shades of Pumice #C1CCB9

Tints of Pumice #C1CCB9

Color information

#C1CCB9 (or 0xC1CCB9) is unknown color: approx Pumice. HEX triplet: C1, CC and B9. RGB value is (193,204,185). Sum of RGB (Red+Green+Blue) = 193+204+185=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCB9 is #3E3346. Grayscale: #C6C6C6. Windows color (decimal): -4076359 or 12176577. OLE color: 12176577.

HSL color Cylindrical-coordinate representation of color #C1CCB9: hue angle of 94.74º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1CCB9 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB193204185-
CMYK0.0500.090.2
HSL94.74º15.7%76.27%-
HSV(B)94.74º9.31%80%-
XYZ52.3458.0354.34-
YUV198.54120.36124.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.16%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=33.16%
G=35.05%
B=31.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1932041850.0500.090.294.7415.776.27
HexC1CCB9509145f104c
Octal30131427150112413720114
Binary11000001110011001011100110101001101001011111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCB9; }

 p { color: rgb(193,204,185); }

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

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

 a { background-color: rgb(193,204,185); }

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

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

 span { border-color: rgb(193,204,185); }

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