#C4CFBA

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

Shades of Pumice #C4CFBA

Tints of Pumice #C4CFBA

Color information

#C4CFBA (or 0xC4CFBA) is unknown color: approx Pumice. HEX triplet: C4, CF and BA. RGB value is (196,207,186). Sum of RGB (Red+Green+Blue) = 196+207+186=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFBA is #3B3045. Grayscale: #C9C9C9. Windows color (decimal): -3878982 or 12242884. OLE color: 12242884.

HSL color Cylindrical-coordinate representation of color #C4CFBA: hue angle of 91.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4CFBA is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB196207186-
CMYK0.0500.100.19
HSL91.43º17.95%77.06%-
HSV(B)91.43º10.14%81.18%-
XYZ53.9459.9155.17-
YUV201.32119.36124.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=33.28%
G=35.14%
B=31.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962071860.0500.100.1991.4317.9577.06
HexC4CFBA50A135b124d
Octal30431727250122313322115
Binary11000100110011111011101010101010100111011011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFBA; }

 p { color: rgb(196,207,186); }

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

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

 a { background-color: rgb(196,207,186); }

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

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

 span { border-color: rgb(196,207,186); }

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