#C2CACD

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

Shades of Iron #C2CACD

Tints of Iron #C2CACD

Color information

#C2CACD (or 0xC2CACD) is unknown color: approx Iron. HEX triplet: C2, CA and CD. RGB value is (194,202,205). Sum of RGB (Red+Green+Blue) = 194+202+205=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CACD is #3D3532. Grayscale: #C7C7C7. Windows color (decimal): -4011315 or 13486786. OLE color: 13486786.

HSL color Cylindrical-coordinate representation of color #C2CACD: hue angle of 196.36º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2CACD is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194202205-
CMYK0.050.0100.20
HSL196.36º9.91%78.24%-
HSV(B)196.36º5.37%80.39%-
XYZ54.3958.1266.11-
YUV199.95130.85123.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.28%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=32.28%
G=33.61%
B=34.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942022050.050.0100.20196.369.9178.24
HexC2CACD51014c4a4e
Octal3023123155102430412116
Binary11000010110010101100110110110101001100010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CACD; }

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

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

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

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

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

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

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

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