#C5CACC

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

Shades of Iron #C5CACC

Tints of Iron #C5CACC

Color information

#C5CACC (or 0xC5CACC) is unknown color: approx Iron. HEX triplet: C5, CA and CC. RGB value is (197,202,204). Sum of RGB (Red+Green+Blue) = 197+202+204=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CACC is #3A3533. Grayscale: #C8C8C8. Windows color (decimal): -3814708 or 13421253. OLE color: 13421253.

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

Color convert

RGB197202204-
CMYK0.030.0100.2
HSL197.14º6.42%78.63%-
HSV(B)197.14º3.43%80%-
XYZ55.0558.4765.51-
YUV200.73129.84125.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.67%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=32.67%
G=33.50%
B=33.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972022040.030.0100.2197.146.4278.63
HexC5CACC31014c564f
Octal305312314310243056117
Binary110001011100101011001100111010100110001011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CACC; }

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

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

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

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

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

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

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

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