#C3D0B7

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

Shades of Pumice #C3D0B7

Tints of Pumice #C3D0B7

Color information

#C3D0B7 (or 0xC3D0B7) is unknown color: approx Pumice. HEX triplet: C3, D0 and B7. RGB value is (195,208,183). Sum of RGB (Red+Green+Blue) = 195+208+183=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0B7 is #3C2F48. Grayscale: #C9C9C9. Windows color (decimal): -3944265 or 12046531. OLE color: 12046531.

HSL color Cylindrical-coordinate representation of color #C3D0B7: hue angle of 91.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3D0B7 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB195208183-
CMYK0.0600.120.18
HSL91.2º21.01%76.67%-
HSV(B)91.2º12.02%81.57%-
XYZ53.6160.1353.58-
YUV201.26117.69123.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.28%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 183 (71.88% from 255) = 31.23%
R=33.28%
G=35.49%
B=31.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952081830.0600.120.1891.221.0176.67
HexC3D0B760C125b154d
Octal30332026760142213325115
Binary11000011110100001011011111001100100101011011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D0B7; }

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

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

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

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

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

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

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

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