#C7CECF

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

Shades of Iron #C7CECF

Tints of Iron #C7CECF

Color information

#C7CECF (or 0xC7CECF) is unknown color: approx Iron. HEX triplet: C7, CE and CF. RGB value is (199,206,207). Sum of RGB (Red+Green+Blue) = 199+206+207=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CECF is #383130. Grayscale: #CCCCCC. Windows color (decimal): -3682609 or 13618887. OLE color: 13618887.

HSL color Cylindrical-coordinate representation of color #C7CECF: hue angle of 187.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CECF is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199206207-
CMYK0.040.0000.19
HSL187.5º7.69%79.61%-
HSV(B)187.5º3.86%81.18%-
XYZ56.8960.7967.77-
YUV204.02129.68124.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.52%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=32.52%
G=33.66%
B=33.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992062070.040.0000.19187.57.6979.61
HexC7CECF40013bb850
Octal3073163174002327310120
Binary11000111110011101100111110000100111011101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CECF; }

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

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

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

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

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

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

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

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