#C4CDBB

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

Shades of Pumice #C4CDBB

Tints of Pumice #C4CDBB

Color information

#C4CDBB (or 0xC4CDBB) is unknown color: approx Pumice. HEX triplet: C4, CD and BB. RGB value is (196,205,187). Sum of RGB (Red+Green+Blue) = 196+205+187=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDBB is #3B3244. Grayscale: #C8C8C8. Windows color (decimal): -3879493 or 12307908. OLE color: 12307908.

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

Color convert

RGB196205187-
CMYK0.0400.090.20
HSL90º15.25%76.86%-
HSV(B)90º8.78%80.39%-
XYZ53.5758.9955.58-
YUV200.26120.52124.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=33.33%
G=34.86%
B=31.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051870.0400.090.209015.2576.86
HexC4CDBB409145af4d
Octal30431527340112413217115
Binary1100010011001101101110111000100110100101101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDBB; }

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

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

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

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

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

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

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

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