#C1CFB5

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

Shades of Pumice #C1CFB5

Tints of Pumice #C1CFB5

Color information

#C1CFB5 (or 0xC1CFB5) is unknown color: approx Pumice. HEX triplet: C1, CF and B5. RGB value is (193,207,181). Sum of RGB (Red+Green+Blue) = 193+207+181=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFB5 is #3E304A. Grayscale: #C7C7C7. Windows color (decimal): -4075595 or 11915201. OLE color: 11915201.

HSL color Cylindrical-coordinate representation of color #C1CFB5: hue angle of 92.31º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1CFB5 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB193207181-
CMYK0.0700.130.19
HSL92.31º21.31%76.08%-
HSV(B)92.31º12.56%81.18%-
XYZ52.6559.352.39-
YUV199.85117.36123.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.22%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 181 (71.09% from 255) = 31.15%
R=33.22%
G=35.63%
B=31.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932071810.0700.130.1992.3121.3176.08
HexC1CFB570D135c154c
Octal30131726570152313425114
Binary11000001110011111011010111101101100111011100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CFB5; }

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

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

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

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

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

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

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

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