#C3C233

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

Shades of Fuego #C3C233

Tints of Fuego #C3C233

Color information

#C3C233 (or 0xC3C233) is unknown color: approx Fuego. HEX triplet: C3, C2 and 33. RGB value is (195,194,51). Sum of RGB (Red+Green+Blue) = 195+194+51=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C233 is #3C3DCC. Grayscale: #B2B2B2. Windows color (decimal): -3947981 or 3392195. OLE color: 3392195.

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

Color convert

RGB19519451-
CMYK00.010.740.24
HSL59.58º58.54%48.24%-
HSV(B)59.58º73.85%76.47%-
XYZ42.450.4210.63-
YUV17856.33140.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.32%
GREEN value IS 194 (76.17% from 255) = 44.09%
BLUE value IS 51 (20.31% from 255) = 11.59%
R=44.32%
G=44.09%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951945100.010.740.2459.5858.5448.24
HexC3C233014A183c3b30
Octal303302630111230747360
Binary110000111100001011001101100101011000111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C233; }

 p { color: rgb(195,194,51); }

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

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

 a { background-color: rgb(195,194,51); }

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

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

 span { border-color: rgb(195,194,51); }

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