#C2CFCE

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

Shades of Iron #C2CFCE

Tints of Iron #C2CFCE

Color information

#C2CFCE (or 0xC2CFCE) is unknown color: approx Iron. HEX triplet: C2, CF and CE. RGB value is (194,207,206). Sum of RGB (Red+Green+Blue) = 194+207+206=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFCE is #3D3031. Grayscale: #CACACA. Windows color (decimal): -4010034 or 13553602. OLE color: 13553602.

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

Color convert

RGB194207206-
CMYK0.0600.000.19
HSL175.38º11.93%78.63%-
HSV(B)175.38º6.28%81.18%-
XYZ55.760.5567.14-
YUV203129.69121.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.96%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=31.96%
G=34.10%
B=33.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942072060.0600.000.19175.3811.9378.63
HexC2CFCE60013afc4f
Octal3023173166002325714117
Binary11000010110011111100111011000100111010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CFCE; }

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

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

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

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

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

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

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

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