#C5CDCC

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

Shades of Geyser #C5CDCC

Tints of Geyser #C5CDCC

Color information

#C5CDCC (or 0xC5CDCC) is unknown color: approx Geyser. HEX triplet: C5, CD and CC. RGB value is (197,205,204). Sum of RGB (Red+Green+Blue) = 197+205+204=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDCC is #3A3233. Grayscale: #CACACA. Windows color (decimal): -3813940 or 13422021. OLE color: 13422021.

HSL color Cylindrical-coordinate representation of color #C5CDCC: hue angle of 172.5º degrees, saturation: 0.07, 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 #C5CDCC is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB197205204-
CMYK0.0400.000.20
HSL172.5º7.41%78.82%-
HSV(B)172.5º3.9%80.39%-
XYZ55.7659.8965.75-
YUV202.49128.85124.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.51%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=32.51%
G=33.83%
B=33.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972052040.0400.000.20172.57.4178.82
HexC5CDCC40014ac74f
Octal305315314400242547117
Binary1100010111001101110011001000010100101011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDCC; }

 p { color: rgb(197,205,204); }

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

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

 a { background-color: rgb(197,205,204); }

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

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

 span { border-color: rgb(197,205,204); }

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