#C0C433

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

Shades of Fuego #C0C433

Tints of Fuego #C0C433

Color information

#C0C433 (or 0xC0C433) is unknown color: approx Fuego. HEX triplet: C0, C4 and 33. RGB value is (192,196,51). Sum of RGB (Red+Green+Blue) = 192+196+51=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C433 is #3F3BCC. Grayscale: #B2B2B2. Windows color (decimal): -4144077 or 3392704. OLE color: 3392704.

HSL color Cylindrical-coordinate representation of color #C0C433: hue angle of 61.66º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0C433 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19219651-
CMYK0.0200.740.23
HSL61.66º58.7%48.43%-
HSV(B)61.66º73.98%76.86%-
XYZ42.0850.9310.74-
YUV178.2756.17137.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 196 (76.95% from 255) = 44.65%
BLUE value IS 51 (20.31% from 255) = 11.62%
R=43.74%
G=44.65%
B=11.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal192196510.0200.740.2361.6658.748.43
HexC0C433204A173e3b30
Octal300304632011227767360
Binary1100000011000100110011100100101010111111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C433; }

 p { color: rgb(192,196,51); }

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

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

 a { background-color: rgb(192,196,51); }

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

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

 span { border-color: rgb(192,196,51); }

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