#c3c73a

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

Shades of Fuego #C3C73A

Tints of Fuego #C3C73A

Color information

#C3C73A (or 0xC3C73A) is unknown color: approx Fuego. HEX triplet: C3, C7 and 3A. RGB value is (195,199,58). Sum of RGB (Red+Green+Blue) = 195+199+58=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C73A is #3C38C5. Grayscale: #B6B6B6. Windows color (decimal): -3946694 or 3852227. OLE color: 3852227.

HSL color Cylindrical-coordinate representation of color #C3C73A: hue angle of 61.7º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3C73A is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB19519958-
CMYK0.0200.710.22
HSL61.7º55.73%50.39%-
HSV(B)61.7º70.85%78.04%-
XYZ43.6952.7511.88-
YUV181.7358.17137.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 58 (23.05% from 255) = 12.83%
R=43.14%
G=44.03%
B=12.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195199580.0200.710.2261.755.7350.39
HexC3C73A2047163e3832
Octal303307722010726767062
Binary1100001111000111111010100100011110110111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3c73a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3c73a; }

 p { color: rgb(195,199,58); }

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

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

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

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

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

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

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