#C6CCCD

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

Shades of Iron #C6CCCD

Tints of Iron #C6CCCD

Color information

#C6CCCD (or 0xC6CCCD) is unknown color: approx Iron. HEX triplet: C6, CC and CD. RGB value is (198,204,205). Sum of RGB (Red+Green+Blue) = 198+204+205=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCCD is #393332. Grayscale: #CACACA. Windows color (decimal): -3748659 or 13487302. OLE color: 13487302.

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

Color convert

RGB198204205-
CMYK0.030.0000.20
HSL188.57º6.54%79.02%-
HSV(B)188.57º3.41%80.39%-
XYZ55.959.666.32-
YUV202.32129.51124.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.62%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=32.62%
G=33.61%
B=33.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982042050.030.0000.20188.576.5479.02
HexC6CCCD30014bd74f
Octal306314315300242757117
Binary110001101100110011001101110010100101111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CCCD; }

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

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

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

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

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

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

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

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