#C5CCCE

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

Shades of Iron #C5CCCE

Tints of Iron #C5CCCE

Color information

#C5CCCE (or 0xC5CCCE) is unknown color: approx Iron. HEX triplet: C5, CC and CE. RGB value is (197,204,206). Sum of RGB (Red+Green+Blue) = 197+204+206=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 204 (80.08% from 255 or 33.61% 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 #C5CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCCE is #3A3331. Grayscale: #CACACA. Windows color (decimal): -3814194 or 13552837. OLE color: 13552837.

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

Color convert

RGB197204206-
CMYK0.040.0100.19
HSL193.33º8.41%79.02%-
HSV(B)193.33º4.37%80.78%-
XYZ55.7659.5166.94-
YUV202.14130.18124.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.45%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=32.45%
G=33.61%
B=33.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972042060.040.0100.19193.338.4179.02
HexC5CCCE41013c184f
Octal3053143164102330110117
Binary11000101110011001100111010010100111100000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCCE; }

 p { color: rgb(197,204,206); }

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

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

 a { background-color: rgb(197,204,206); }

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

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

 span { border-color: rgb(197,204,206); }

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