#C1C8BB

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

Shades of Pumice #C1C8BB

Tints of Pumice #C1C8BB

Color information

#C1C8BB (or 0xC1C8BB) is unknown color: approx Pumice. HEX triplet: C1, C8 and BB. RGB value is (193,200,187). Sum of RGB (Red+Green+Blue) = 193+200+187=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C8BB is #3E3744. Grayscale: #C4C4C4. Windows color (decimal): -4077381 or 12306625. OLE color: 12306625.

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

Color convert

RGB193200187-
CMYK0.0400.060.22
HSL92.31º10.57%75.88%-
HSV(B)92.31º6.5%78.43%-
XYZ51.6256.2355.15-
YUV196.42122.68125.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.28%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=33.28%
G=34.48%
B=32.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1932001870.0400.060.2292.3110.5775.88
HexC1C8BB406165cb4c
Octal3013102734062613413114
Binary110000011100100010111011100011010110101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C8BB; }

 p { color: rgb(193,200,187); }

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

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

 a { background-color: rgb(193,200,187); }

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

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

 span { border-color: rgb(193,200,187); }

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