#C6CFD0

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

Shades of Iron #C6CFD0

Tints of Iron #C6CFD0

Color information

#C6CFD0 (or 0xC6CFD0) is unknown color: approx Iron. HEX triplet: C6, CF and D0. RGB value is (198,207,208). Sum of RGB (Red+Green+Blue) = 198+207+208=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFD0 is #39302F. Grayscale: #CCCCCC. Windows color (decimal): -3747888 or 13684678. OLE color: 13684678.

HSL color Cylindrical-coordinate representation of color #C6CFD0: hue angle of 186º degrees, saturation: 0.1, 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 #C6CFD0 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198207208-
CMYK0.050.0000.18
HSL186º9.62%79.61%-
HSV(B)186º4.81%81.57%-
XYZ56.9961.1968.48-
YUV204.42130.02123.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.30%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=32.30%
G=33.77%
B=33.93%

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
Decimal1982072080.050.0000.181869.6279.61
HexC6CFD050012baa50
Octal3063173205002227212120
Binary11000110110011111101000010100100101011101010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFD0; }

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

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

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

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

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

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

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

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