#C1CEB7

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

Shades of Pumice #C1CEB7

Tints of Pumice #C1CEB7

Color information

#C1CEB7 (or 0xC1CEB7) is unknown color: approx Pumice. HEX triplet: C1, CE and B7. RGB value is (193,206,183). Sum of RGB (Red+Green+Blue) = 193+206+183=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEB7 is #3E3148. Grayscale: #C7C7C7. Windows color (decimal): -4075849 or 12046017. OLE color: 12046017.

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

Color convert

RGB193206183-
CMYK0.0600.110.19
HSL93.91º19.01%76.27%-
HSV(B)93.91º11.17%80.78%-
XYZ52.6158.953.4-
YUV199.49118.69123.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.16%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 183 (71.88% from 255) = 31.44%
R=33.16%
G=35.40%
B=31.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932061830.0600.110.1993.9119.0176.27
HexC1CEB760B135e134c
Octal30131626760132313623114
Binary11000001110011101011011111001011100111011110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CEB7; }

 p { color: rgb(193,206,183); }

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

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

 a { background-color: rgb(193,206,183); }

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

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

 span { border-color: rgb(193,206,183); }

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