#C7CCCE

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

Shades of Iron #C7CCCE

Tints of Iron #C7CCCE

Color information

#C7CCCE (or 0xC7CCCE) is unknown color: approx Iron. HEX triplet: C7, CC and CE. RGB value is (199,204,206). Sum of RGB (Red+Green+Blue) = 199+204+206=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCCE is #383331. Grayscale: #CACACA. Windows color (decimal): -3683122 or 13552839. OLE color: 13552839.

HSL color Cylindrical-coordinate representation of color #C7CCCE: hue angle of 197.14º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7CCCE is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199204206-
CMYK0.030.0100.19
HSL197.14º6.67%79.41%-
HSV(B)197.14º3.4%80.78%-
XYZ56.2959.7866.97-
YUV202.73129.84125.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.68%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=32.68%
G=33.50%
B=33.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992042060.030.0100.19197.146.6779.41
HexC7CCCE31013c574f
Octal307314316310233057117
Binary110001111100110011001110111010011110001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCCE; }

 p { color: rgb(199,204,206); }

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

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

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

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

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

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

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