#C1CBB6

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

Shades of Pumice #C1CBB6

Tints of Pumice #C1CBB6

Color information

#C1CBB6 (or 0xC1CBB6) is unknown color: approx Pumice. HEX triplet: C1, CB and B6. RGB value is (193,203,182). Sum of RGB (Red+Green+Blue) = 193+203+182=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBB6 is #3E3449. Grayscale: #C5C5C5. Windows color (decimal): -4076618 or 11979713. OLE color: 11979713.

HSL color Cylindrical-coordinate representation of color #C1CBB6: hue angle of 88.57º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1CBB6 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB193203182-
CMYK0.0500.100.20
HSL88.57º16.8%75.49%-
HSV(B)88.57º10.34%79.61%-
XYZ51.7957.4352.61-
YUV197.62119.19124.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.39%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=33.39%
G=35.12%
B=31.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932031820.0500.100.2088.5716.875.49
HexC1CBB650A1459114b
Octal30131326650122413121113
Binary11000001110010111011011010101010101001011001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBB6; }

 p { color: rgb(193,203,182); }

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

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

 a { background-color: rgb(193,203,182); }

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

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

 span { border-color: rgb(193,203,182); }

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