#C1CC32

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

Shades of Fuego #C1CC32

Tints of Fuego #C1CC32

Color information

#C1CC32 (or 0xC1CC32) is unknown color: approx Fuego. HEX triplet: C1, CC and 32. RGB value is (193,204,50). Sum of RGB (Red+Green+Blue) = 193+204+50=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC32 is #3E33CD. Grayscale: #B7B7B7. Windows color (decimal): -4076494 or 3329217. OLE color: 3329217.

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

Color convert

RGB19320450-
CMYK0.0500.750.2
HSL64.29º60.63%49.8%-
HSV(B)64.29º75.49%80%-
XYZ44.1654.7511.26-
YUV183.1552.86135.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 204 (80.08% from 255) = 45.64%
BLUE value IS 50 (19.92% from 255) = 11.19%
R=43.18%
G=45.64%
B=11.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193204500.0500.750.264.2960.6349.8
HexC1CC32504B14403d32
Octal3013146250113241007562
Binary110000011100110011001010101001011101001000000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CC32; }

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

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

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

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

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

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

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

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