#C2CECD

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

Shades of Iron #C2CECD

Tints of Iron #C2CECD

Color information

#C2CECD (or 0xC2CECD) is unknown color: approx Iron. HEX triplet: C2, CE and CD. RGB value is (194,206,205). Sum of RGB (Red+Green+Blue) = 194+206+205=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CECD is #3D3132. Grayscale: #CACACA. Windows color (decimal): -4010291 or 13487810. OLE color: 13487810.

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

Color convert

RGB194206205-
CMYK0.0600.000.19
HSL175º10.91%78.43%-
HSV(B)175º5.83%80.78%-
XYZ55.3460.0266.43-
YUV202.3129.52122.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.07%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=32.07%
G=34.05%
B=33.88%

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
Decimal1942062050.0600.000.1917510.9178.43
HexC2CECD60013afb4e
Octal3023163156002325713116
Binary11000010110011101100110111000100111010111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CECD; }

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

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

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

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

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

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

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

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