#C6CDCD

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

Shades of Iron #C6CDCD

Tints of Iron #C6CDCD

Color information

#C6CDCD (or 0xC6CDCD) is unknown color: approx Iron. HEX triplet: C6, CD and CD. RGB value is (198,205,205). Sum of RGB (Red+Green+Blue) = 198+205+205=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #C6CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDCD is #393232. Grayscale: #CACACA. Windows color (decimal): -3748403 or 13487558. OLE color: 13487558.

HSL color Cylindrical-coordinate representation of color #C6CDCD: 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.03%. Process color model (Four color, CMYK) of #C6CDCD is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198205205-
CMYK0.03000.20
HSL180º6.54%79.02%-
HSV(B)180º3.41%80.39%-
XYZ56.1460.0866.39-
YUV202.91129.18124.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.57%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=32.57%
G=33.72%
B=33.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982052050.03000.201806.5479.02
HexC6CDCD30014b474f
Octal306315315300242647117
Binary110001101100110111001101110010100101101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CDCD; }

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

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

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

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

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

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

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

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