#C2CECF

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

Shades of Iron #C2CECF

Tints of Iron #C2CECF

Color information

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

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

Color convert

RGB194206207-
CMYK0.060.0000.19
HSL184.62º11.93%78.63%-
HSV(B)184.62º6.28%81.18%-
XYZ55.5860.1267.71-
YUV202.53130.52121.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942062070.060.0000.19184.6211.9378.63
HexC2CECF60013b9c4f
Octal3023163176002327114117
Binary11000010110011101100111111000100111011100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CECF; }

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

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

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

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

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

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

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

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