#C5CDCD

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

Shades of Iron #C5CDCD

Tints of Iron #C5CDCD

Color information

#C5CDCD (or 0xC5CDCD) is unknown color: approx Iron. HEX triplet: C5, CD and CD. RGB value is (197,205,205). Sum of RGB (Red+Green+Blue) = 197+205+205=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #C5CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDCD is #3A3232. Grayscale: #CACACA. Windows color (decimal): -3813939 or 13487557. OLE color: 13487557.

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

Color convert

RGB197205205-
CMYK0.04000.20
HSL180º7.41%78.82%-
HSV(B)180º3.9%80.39%-
XYZ55.8859.9466.38-
YUV202.61129.35124-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.45%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=32.45%
G=33.77%
B=33.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972052050.04000.201807.4178.82
HexC5CDCD40014b474f
Octal305315315400242647117
Binary1100010111001101110011011000010100101101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDCD; }

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

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

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

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

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

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

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

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