#C9CFCF

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

Shades of Iron #C9CFCF

Tints of Iron #C9CFCF

Color information

#C9CFCF (or 0xC9CFCF) is unknown color: approx Iron. HEX triplet: C9, CF and CF. RGB value is (201,207,207). Sum of RGB (Red+Green+Blue) = 201+207+207=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #C9CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFCF is #363030. Grayscale: #CDCDCD. Windows color (decimal): -3551281 or 13619145. OLE color: 13619145.

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

Color convert

RGB201207207-
CMYK0.03000.19
HSL180º5.88%80%-
HSV(B)180º2.9%81.18%-
XYZ57.6661.5567.87-
YUV205.21129.01125-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.68%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=32.68%
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.19
SystemRedGreenBlueCMYKHSL
Decimal2012072070.03000.191805.8880
HexC9CFCF30013b4650
Octal311317317300232646120
Binary110010011100111111001111110010011101101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFCF; }

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

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

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

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

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

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

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

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