#C2D0CF

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

Shades of Iron #C2D0CF

Tints of Iron #C2D0CF

Color information

#C2D0CF (or 0xC2D0CF) is unknown color: approx Iron. HEX triplet: C2, D0 and CF. RGB value is (194,208,207). Sum of RGB (Red+Green+Blue) = 194+208+207=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0CF is #3D2F30. Grayscale: #CBCBCB. Windows color (decimal): -4009777 or 13619394. OLE color: 13619394.

HSL color Cylindrical-coordinate representation of color #C2D0CF: hue angle of 175.71º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2D0CF is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB194208207-
CMYK0.0700.000.18
HSL175.71º12.96%78.82%-
HSV(B)175.71º6.73%81.57%-
XYZ56.0761.0967.87-
YUV203.7129.86121.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.86%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=31.86%
G=34.15%
B=33.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942082070.0700.000.18175.7112.9678.82
HexC2D0CF70012b0d4f
Octal3023203177002226015117
Binary11000010110100001100111111100100101011000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D0CF; }

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

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

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

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

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

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

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

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