#C0C234

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

Shades of Fuego #C0C234

Tints of Fuego #C0C234

Color information

#C0C234 (or 0xC0C234) is unknown color: approx Fuego. HEX triplet: C0, C2 and 34. RGB value is (192,194,52). Sum of RGB (Red+Green+Blue) = 192+194+52=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C234 is #3F3DCB. Grayscale: #B1B1B1. Windows color (decimal): -4144588 or 3457728. OLE color: 3457728.

HSL color Cylindrical-coordinate representation of color #C0C234: hue angle of 60.85º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0C234 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19219452-
CMYK0.0100.730.24
HSL60.85º57.72%48.24%-
HSV(B)60.85º73.2%76.08%-
XYZ41.6550.0410.71-
YUV177.2157.34138.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 194 (76.17% from 255) = 44.29%
BLUE value IS 52 (20.70% from 255) = 11.87%
R=43.84%
G=44.29%
B=11.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192194520.0100.730.2460.8557.7248.24
HexC0C2341049183d3a30
Octal300302641011130757260
Binary110000001100001011010010100100111000111101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C234; }

 p { color: rgb(192,194,52); }

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

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

 a { background-color: rgb(192,194,52); }

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

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

 span { border-color: rgb(192,194,52); }

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