#C6CCCC

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

Shades of Iron #C6CCCC

Tints of Iron #C6CCCC

Color information

#C6CCCC (or 0xC6CCCC) is unknown color: approx Iron. HEX triplet: C6, CC and CC. RGB value is (198,204,204). Sum of RGB (Red+Green+Blue) = 198+204+204=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C6CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCCC is #393333. Grayscale: #CACACA. Windows color (decimal): -3748660 or 13421766. OLE color: 13421766.

HSL color Cylindrical-coordinate representation of color #C6CCCC: hue angle of 180º degrees, saturation: 0.06, 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 #C6CCCC is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198204204-
CMYK0.03000.2
HSL180º5.56%78.82%-
HSV(B)180º2.94%80%-
XYZ55.7859.5565.68-
YUV202.21129.01125-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.67%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=32.67%
G=33.66%
B=33.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1982042040.03000.21805.5678.82
HexC6CCCC30014b464f
Octal306314314300242646117
Binary110001101100110011001100110010100101101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CCCC; }

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

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

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

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

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

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

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

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