#C2C333

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

Shades of Fuego #C2C333

Tints of Fuego #C2C333

Color information

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

HSL color Cylindrical-coordinate representation of color #C2C333: hue angle of 60.42º 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 #C2C333 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19419551-
CMYK0.0100.740.24
HSL60.42º58.54%48.24%-
HSV(B)60.42º73.85%76.47%-
XYZ42.3650.7410.69-
YUV178.2856.17139.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194195510.0100.740.2460.4258.5448.24
HexC2C333104A183c3b30
Octal302303631011230747360
Binary110000101100001111001110100101011000111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C333; }

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

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

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

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

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

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

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

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