#C4CDCE

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

Shades of Iron #C4CDCE

Tints of Iron #C4CDCE

Color information

#C4CDCE (or 0xC4CDCE) is unknown color: approx Iron. HEX triplet: C4, CD and CE. RGB value is (196,205,206). Sum of RGB (Red+Green+Blue) = 196+205+206=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDCE is #3B3231. Grayscale: #CACACA. Windows color (decimal): -3879474 or 13553092. OLE color: 13553092.

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

Color convert

RGB196205206-
CMYK0.050.0000.19
HSL186º9.26%78.82%-
HSV(B)186º4.85%80.78%-
XYZ55.7459.8567.01-
YUV202.42130.02123.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.29%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=32.29%
G=33.77%
B=33.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962052060.050.0000.191869.2678.82
HexC4CDCE50013ba94f
Octal3043153165002327211117
Binary11000100110011011100111010100100111011101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDCE; }

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

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

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

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

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

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

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

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