#C4CCBB

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

Shades of Pumice #C4CCBB

Tints of Pumice #C4CCBB

Color information

#C4CCBB (or 0xC4CCBB) is unknown color: approx Pumice. HEX triplet: C4, CC and BB. RGB value is (196,204,187). Sum of RGB (Red+Green+Blue) = 196+204+187=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCBB is #3B3344. Grayscale: #C7C7C7. Windows color (decimal): -3879749 or 12307652. OLE color: 12307652.

HSL color Cylindrical-coordinate representation of color #C4CCBB: hue angle of 88.24º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4CCBB is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB196204187-
CMYK0.0400.080.2
HSL88.24º14.29%76.67%-
HSV(B)88.24º8.33%80%-
XYZ53.3358.5155.5-
YUV199.67120.85125.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=33.39%
G=34.75%
B=31.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041870.0400.080.288.2414.2976.67
HexC4CCBB4081458e4d
Octal30431427340102413016115
Binary1100010011001100101110111000100010100101100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCBB; }

 p { color: rgb(196,204,187); }

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

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

 a { background-color: rgb(196,204,187); }

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

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

 span { border-color: rgb(196,204,187); }

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