#C4CDCB

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

Shades of Geyser #C4CDCB

Tints of Geyser #C4CDCB

Color information

#C4CDCB (or 0xC4CDCB) is unknown color: approx Geyser. HEX triplet: C4, CD and CB. RGB value is (196,205,203). Sum of RGB (Red+Green+Blue) = 196+205+203=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDCB is #3B3234. Grayscale: #CACACA. Windows color (decimal): -3879477 or 13356484. OLE color: 13356484.

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

Color convert

RGB196205203-
CMYK0.0400.010.20
HSL166.67º8.26%78.63%-
HSV(B)166.67º4.39%80.39%-
XYZ55.3859.7165.11-
YUV202.08128.52123.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.45%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=32.45%
G=33.94%
B=33.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962052030.0400.010.20166.678.2678.63
HexC4CDCB40114a784f
Octal3043153134012424710117
Binary11000100110011011100101110001101001010011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDCB; }

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

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

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

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

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

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

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

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