#C1CBBA

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

Shades of Pumice #C1CBBA

Tints of Pumice #C1CBBA

Color information

#C1CBBA (or 0xC1CBBA) is unknown color: approx Pumice. HEX triplet: C1, CB and BA. RGB value is (193,203,186). Sum of RGB (Red+Green+Blue) = 193+203+186=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBBA is #3E3445. Grayscale: #C6C6C6. Windows color (decimal): -4076614 or 12241857. OLE color: 12241857.

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

Color convert

RGB193203186-
CMYK0.0500.080.20
HSL95.29º14.05%76.27%-
HSV(B)95.29º8.37%79.61%-
XYZ52.2157.5954.82-
YUV198.07121.19124.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.16%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=33.16%
G=34.88%
B=31.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932031860.0500.080.2095.2914.0576.27
HexC1CBBA508145fe4c
Octal30131327250102413716114
Binary1100000111001011101110101010100010100101111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBBA; }

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

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

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

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

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

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

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

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