#C3C632

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

Shades of Fuego #C3C632

Tints of Fuego #C3C632

Color information

#C3C632 (or 0xC3C632) is unknown color: approx Fuego. HEX triplet: C3, C6 and 32. RGB value is (195,198,50). Sum of RGB (Red+Green+Blue) = 195+198+50=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C632 is #3C39CD. Grayscale: #B4B4B4. Windows color (decimal): -3946958 or 3327683. OLE color: 3327683.

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

Color convert

RGB19519850-
CMYK0.0200.750.22
HSL61.22º59.68%48.63%-
HSV(B)61.22º74.75%77.65%-
XYZ43.2852.2210.82-
YUV180.2354.51138.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.02%
GREEN value IS 198 (77.73% from 255) = 44.70%
BLUE value IS 50 (19.92% from 255) = 11.29%
R=44.02%
G=44.70%
B=11.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195198500.0200.750.2261.2259.6848.63
HexC3C632204B163d3c31
Octal303306622011326757461
Binary1100001111000110110010100100101110110111101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C632; }

 p { color: rgb(195,198,50); }

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

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

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

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

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

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

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