#C7CFCF

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

Shades of Iron #C7CFCF

Tints of Iron #C7CFCF

Color information

#C7CFCF (or 0xC7CFCF) is unknown color: approx Iron. HEX triplet: C7, CF and CF. RGB value is (199,207,207). Sum of RGB (Red+Green+Blue) = 199+207+207=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #C7CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFCF is #383030. Grayscale: #CCCCCC. Windows color (decimal): -3682353 or 13619143. OLE color: 13619143.

HSL color Cylindrical-coordinate representation of color #C7CFCF: hue angle of 180º 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 #C7CFCF is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199207207-
CMYK0.04000.19
HSL180º7.69%79.61%-
HSV(B)180º3.86%81.18%-
XYZ57.1361.2767.85-
YUV204.61129.35124-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.46%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=32.46%
G=33.77%
B=33.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992072070.04000.191807.6979.61
HexC7CFCF40013b4850
Octal3073173174002326410120
Binary11000111110011111100111110000100111011010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFCF; }

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

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

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

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

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

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

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

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