#C5CFD0

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

Shades of Iron #C5CFD0

Tints of Iron #C5CFD0

Color information

#C5CFD0 (or 0xC5CFD0) is unknown color: approx Iron. HEX triplet: C5, CF and D0. RGB value is (197,207,208). Sum of RGB (Red+Green+Blue) = 197+207+208=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFD0 is #3A302F. Grayscale: #CCCCCC. Windows color (decimal): -3813424 or 13684677. OLE color: 13684677.

HSL color Cylindrical-coordinate representation of color #C5CFD0: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CFD0 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197207208-
CMYK0.050.0000.18
HSL185.45º10.48%79.41%-
HSV(B)185.45º5.29%81.57%-
XYZ56.7261.0568.47-
YUV204.12130.19122.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.19%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 208 (81.64% from 255) = 33.99%
R=32.19%
G=33.82%
B=33.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972072080.050.0000.18185.4510.4879.41
HexC5CFD050012b9a4f
Octal3053173205002227112117
Binary11000101110011111101000010100100101011100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFD0; }

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

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

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

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

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

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

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

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