#C1C73C

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

Shades of Fuego #C1C73C

Tints of Fuego #C1C73C

Color information

#C1C73C (or 0xC1C73C) is unknown color: approx Fuego. HEX triplet: C1, C7 and 3C. RGB value is (193,199,60). Sum of RGB (Red+Green+Blue) = 193+199+60=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C73C is #3E38C3. Grayscale: #B5B5B5. Windows color (decimal): -4077764 or 3983297. OLE color: 3983297.

HSL color Cylindrical-coordinate representation of color #C1C73C: hue angle of 62.59º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1C73C is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19319960-
CMYK0.0300.700.22
HSL62.59º55.38%50.78%-
HSV(B)62.59º69.85%78.04%-
XYZ43.2352.5112.13-
YUV181.3659.51136.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.70%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 60 (23.83% from 255) = 13.27%
R=42.70%
G=44.03%
B=13.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193199600.0300.700.2262.5955.3850.78
HexC1C73C3046163f3733
Octal301307743010626776763
Binary1100000111000111111100110100011010110111111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C73C; }

 p { color: rgb(193,199,60); }

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

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

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

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

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

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

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