#C2CDCE

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

Shades of Iron #C2CDCE

Tints of Iron #C2CDCE

Color information

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

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

Color convert

RGB194205206-
CMYK0.060.0000.19
HSL185º10.91%78.43%-
HSV(B)185º5.83%80.78%-
XYZ55.2259.5966.98-
YUV201.82130.36122.42-

RGB Variations

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

RGB

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

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
Decimal1942052060.060.0000.1918510.9178.43
HexC2CDCE60013b9b4e
Octal3023153166002327113116
Binary11000010110011011100111011000100111011100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDCE; }

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

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

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

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

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

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

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

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