#C3CFB7

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

Shades of Pumice #C3CFB7

Tints of Pumice #C3CFB7

Color information

#C3CFB7 (or 0xC3CFB7) is unknown color: approx Pumice. HEX triplet: C3, CF and B7. RGB value is (195,207,183). Sum of RGB (Red+Green+Blue) = 195+207+183=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFB7 is #3C3048. Grayscale: #C8C8C8. Windows color (decimal): -3944521 or 12046275. OLE color: 12046275.

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

Color convert

RGB195207183-
CMYK0.0600.120.19
HSL90º20%76.47%-
HSV(B)90º11.59%81.18%-
XYZ53.3759.6553.5-
YUV200.68118.02123.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.33%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 183 (71.88% from 255) = 31.28%
R=33.33%
G=35.38%
B=31.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952071830.0600.120.19902076.47
HexC3CFB760C135a144c
Octal30331726760142313224114
Binary11000011110011111011011111001100100111011010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFB7; }

 p { color: rgb(195,207,183); }

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

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

 a { background-color: rgb(195,207,183); }

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

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

 span { border-color: rgb(195,207,183); }

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