#C7CC32

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

Shades of Fuego #C7CC32

Tints of Fuego #C7CC32

Color information

#C7CC32 (or 0xC7CC32) is unknown color: approx Fuego. HEX triplet: C7, CC and 32. RGB value is (199,204,50). Sum of RGB (Red+Green+Blue) = 199+204+50=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CC32 is #3833CD. Grayscale: #B9B9B9. Windows color (decimal): -3683278 or 3329223. OLE color: 3329223.

HSL color Cylindrical-coordinate representation of color #C7CC32: hue angle of 61.95º 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 #C7CC32 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB19920450-
CMYK0.0200.750.2
HSL61.95º60.63%49.8%-
HSV(B)61.95º75.49%80%-
XYZ45.7255.5611.33-
YUV184.9551.84138.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 204 (80.08% from 255) = 45.03%
BLUE value IS 50 (19.92% from 255) = 11.04%
R=43.93%
G=45.03%
B=11.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal199204500.0200.750.261.9560.6349.8
HexC7CC32204B143e3d32
Octal307314622011324767562
Binary1100011111001100110010100100101110100111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CC32; }

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

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

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

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

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

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

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

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