#C6CED1

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

Shades of Iron #C6CED1

Tints of Iron #C6CED1

Color information

#C6CED1 (or 0xC6CED1) is unknown color: approx Iron. HEX triplet: C6, CE and D1. RGB value is (198,206,209). Sum of RGB (Red+Green+Blue) = 198+206+209=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 209 - color contains mainly: blue. Hex color #C6CED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CED1 is #39312E. Grayscale: #CBCBCB. Windows color (decimal): -3748143 or 13749958. OLE color: 13749958.

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

Color convert

RGB198206209-
CMYK0.050.0100.18
HSL196.36º10.68%79.8%-
HSV(B)196.36º5.26%81.96%-
XYZ56.8760.7569.05-
YUV203.95130.85123.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.30%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 209 (82.03% from 255) = 34.09%
R=32.30%
G=33.61%
B=34.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982062090.050.0100.18196.3610.6879.8
HexC6CED151012c4b50
Octal3063163215102230413120
Binary11000110110011101101000110110100101100010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CED1; }

 p { color: rgb(198,206,209); }

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

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

 a { background-color: rgb(198,206,209); }

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

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

 span { border-color: rgb(198,206,209); }

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