#C5CCCC

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

Shades of Iron #C5CCCC

Tints of Iron #C5CCCC

Color information

#C5CCCC (or 0xC5CCCC) is unknown color: approx Iron. HEX triplet: C5, CC and CC. RGB value is (197,204,204). Sum of RGB (Red+Green+Blue) = 197+204+204=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C5CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCCC is #3A3333. Grayscale: #C9C9C9. Windows color (decimal): -3814196 or 13421765. OLE color: 13421765.

HSL color Cylindrical-coordinate representation of color #C5CCCC: hue angle of 180º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5CCCC is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB197204204-
CMYK0.03000.2
HSL180º6.42%78.63%-
HSV(B)180º3.43%80%-
XYZ55.5259.4265.67-
YUV201.91129.18124.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.56%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=32.56%
G=33.72%
B=33.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972042040.03000.21806.4278.63
HexC5CCCC30014b464f
Octal305314314300242646117
Binary110001011100110011001100110010100101101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCCC; }

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

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

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

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

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

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

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

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