#C3CACA

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

Shades of Iron #C3CACA

Tints of Iron #C3CACA

Color information

#C3CACA (or 0xC3CACA) is unknown color: approx Iron. HEX triplet: C3, CA and CA. RGB value is (195,202,202). Sum of RGB (Red+Green+Blue) = 195+202+202=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #C3CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CACA is #3C3535. Grayscale: #C7C7C7. Windows color (decimal): -3945782 or 13290179. OLE color: 13290179.

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

Color convert

RGB195202202-
CMYK0.03000.21
HSL180º6.19%77.84%-
HSV(B)180º3.47%79.22%-
XYZ54.2958.1164.23-
YUV199.91129.18124.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.55%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=32.55%
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.21
SystemRedGreenBlueCMYKHSL
Decimal1952022020.03000.211806.1977.84
HexC3CACA30015b464e
Octal303312312300252646116
Binary110000111100101011001010110010101101101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CACA; }

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

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

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

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

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

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

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

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