#C3CC32

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

Shades of Fuego #C3CC32

Tints of Fuego #C3CC32

Color information

#C3CC32 (or 0xC3CC32) is unknown color: approx Fuego. HEX triplet: C3, CC and 32. RGB value is (195,204,50). Sum of RGB (Red+Green+Blue) = 195+204+50=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CC32 is #3C33CD. Grayscale: #B8B8B8. Windows color (decimal): -3945422 or 3329219. OLE color: 3329219.

HSL color Cylindrical-coordinate representation of color #C3CC32: hue angle of 63.51º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3CC32 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB19520450-
CMYK0.0400.750.2
HSL63.51º60.63%49.8%-
HSV(B)63.51º75.49%80%-
XYZ44.6755.0211.28-
YUV183.7552.52136.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 204 (80.08% from 255) = 45.43%
BLUE value IS 50 (19.92% from 255) = 11.14%
R=43.43%
G=45.43%
B=11.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal195204500.0400.750.263.5160.6349.8
HexC3CC32404B14403d32
Octal3033146240113241007562
Binary110000111100110011001010001001011101001000000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CC32; }

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

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

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

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

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

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

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

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