#C2CDCF

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

Shades of Iron #C2CDCF

Tints of Iron #C2CDCF

Color information

#C2CDCF (or 0xC2CDCF) is unknown color: approx Iron. HEX triplet: C2, CD and CF. RGB value is (194,205,207). Sum of RGB (Red+Green+Blue) = 194+205+207=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDCF is #3D3230. Grayscale: #C9C9C9. Windows color (decimal): -4010545 or 13618626. OLE color: 13618626.

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

Color convert

RGB194205207-
CMYK0.060.0100.19
HSL189.23º11.93%78.63%-
HSV(B)189.23º6.28%81.18%-
XYZ55.3459.6467.63-
YUV201.94130.86122.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=32.01%
G=33.83%
B=34.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942052070.060.0100.19189.2311.9378.63
HexC2CDCF61013bdc4f
Octal3023153176102327514117
Binary11000010110011011100111111010100111011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDCF; }

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

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

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

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

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

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

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

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