#C1CC37

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

Shades of Fuego #C1CC37

Tints of Fuego #C1CC37

Color information

#C1CC37 (or 0xC1CC37) is unknown color: approx Fuego. HEX triplet: C1, CC and 37. RGB value is (193,204,55). Sum of RGB (Red+Green+Blue) = 193+204+55=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC37 is #3E33C8. Grayscale: #B8B8B8. Windows color (decimal): -4076489 or 3656897. OLE color: 3656897.

HSL color Cylindrical-coordinate representation of color #C1CC37: hue angle of 64.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1CC37 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB19320455-
CMYK0.0500.730.2
HSL64.43º59.36%50.78%-
HSV(B)64.43º73.04%80%-
XYZ44.2754.811.86-
YUV183.7255.36134.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.70%
GREEN value IS 204 (80.08% from 255) = 45.13%
BLUE value IS 55 (21.88% from 255) = 12.17%
R=42.70%
G=45.13%
B=12.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193204550.0500.730.264.4359.3650.78
HexC1CC37504914403b33
Octal3013146750111241007363
Binary110000011100110011011110101001001101001000000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CC37; }

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

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

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

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

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

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

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

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