#C1CFB6

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

Shades of Pumice #C1CFB6

Tints of Pumice #C1CFB6

Color information

#C1CFB6 (or 0xC1CFB6) is unknown color: approx Pumice. HEX triplet: C1, CF and B6. RGB value is (193,207,182). Sum of RGB (Red+Green+Blue) = 193+207+182=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFB6 is #3E3049. Grayscale: #C8C8C8. Windows color (decimal): -4075594 or 11980737. OLE color: 11980737.

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

Color convert

RGB193207182-
CMYK0.0700.120.19
HSL93.6º20.66%76.27%-
HSV(B)93.6º12.08%81.18%-
XYZ52.7559.3452.93-
YUV199.96117.86123.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.16%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=33.16%
G=35.57%
B=31.27%

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
Decimal1932071820.0700.120.1993.620.6676.27
HexC1CFB670C135e154c
Octal30131726670142313625114
Binary11000001110011111011011011101100100111011110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CFB6; }

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

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

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

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

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

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

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

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