#C5CDCF

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

Shades of Iron #C5CDCF

Tints of Iron #C5CDCF

Color information

#C5CDCF (or 0xC5CDCF) is unknown color: approx Iron. HEX triplet: C5, CD and CF. RGB value is (197,205,207). Sum of RGB (Red+Green+Blue) = 197+205+207=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDCF is #3A3230. Grayscale: #CACACA. Windows color (decimal): -3813937 or 13618629. OLE color: 13618629.

HSL color Cylindrical-coordinate representation of color #C5CDCF: hue angle of 192º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CDCF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197205207-
CMYK0.050.0100.19
HSL192º9.43%79.22%-
HSV(B)192º4.83%81.18%-
XYZ56.1260.0467.66-
YUV202.84130.35123.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.35%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=32.35%
G=33.66%
B=33.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972052070.050.0100.191929.4379.22
HexC5CDCF51013c094f
Octal3053153175102330011117
Binary11000101110011011100111110110100111100000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDCF; }

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

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

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

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

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

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

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

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