#C4CC2A

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

Shades of Fuego #C4CC2A

Tints of Fuego #C4CC2A

Color information

#C4CC2A (or 0xC4CC2A) is unknown color: approx Fuego. HEX triplet: C4, CC and 2A. RGB value is (196,204,42). Sum of RGB (Red+Green+Blue) = 196+204+42=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CC2A is #3B33D5. Grayscale: #B7B7B7. Windows color (decimal): -3879894 or 2804932. OLE color: 2804932.

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

Color convert

RGB19620442-
CMYK0.0400.790.2
HSL62.96º65.85%48.24%-
HSV(B)62.96º79.41%80%-
XYZ44.7855.0910.46-
YUV183.1448.35137.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.34%
GREEN value IS 204 (80.08% from 255) = 46.15%
BLUE value IS 42 (16.80% from 255) = 9.50%
R=44.34%
G=46.15%
B=9.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal196204420.0400.790.262.9665.8548.24
HexC4CC2A404F143f4230
Octal3043145240117247710260
Binary110001001100110010101010001001111101001111111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CC2A; }

 p { color: rgb(196,204,42); }

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

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

 a { background-color: rgb(196,204,42); }

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

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

 span { border-color: rgb(196,204,42); }

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