#C7CACA

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

Shades of Iron #C7CACA

Tints of Iron #C7CACA

Color information

#C7CACA (or 0xC7CACA) is unknown color: approx Iron. HEX triplet: C7, CA and CA. RGB value is (199,202,202). Sum of RGB (Red+Green+Blue) = 199+202+202=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #C7CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CACA is #383535. Grayscale: #C9C9C9. Windows color (decimal): -3683638 or 13290183. OLE color: 13290183.

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

Color convert

RGB199202202-
CMYK0.01000.21
HSL180º2.75%78.63%-
HSV(B)180º1.49%79.22%-
XYZ55.3358.6564.28-
YUV201.1128.51126.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.00%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=33.00%
G=33.50%
B=33.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1992022020.01000.211802.7578.63
HexC7CACA10015b434f
Octal307312312100252643117
Binary1100011111001010110010101001010110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CACA; }

 p { color: rgb(199,202,202); }

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

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

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

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

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

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

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