#C1CA32

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

Shades of Fuego #C1CA32

Tints of Fuego #C1CA32

Color information

#C1CA32 (or 0xC1CA32) is unknown color: approx Fuego. HEX triplet: C1, CA and 32. RGB value is (193,202,50). Sum of RGB (Red+Green+Blue) = 193+202+50=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CA32 is #3E35CD. Grayscale: #B6B6B6. Windows color (decimal): -4077006 or 3328705. OLE color: 3328705.

HSL color Cylindrical-coordinate representation of color #C1CA32: hue angle of 63.55º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1CA32 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB19320250-
CMYK0.0400.750.21
HSL63.55º60.32%49.41%-
HSV(B)63.55º75.25%79.22%-
XYZ43.6953.8111.1-
YUV181.9853.52135.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 50 (19.92% from 255) = 11.24%
R=43.37%
G=45.39%
B=11.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193202500.0400.750.2163.5560.3249.41
HexC1CA32404B15403c31
Octal3013126240113251007461
Binary110000011100101011001010001001011101011000000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CA32; }

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

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

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

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

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

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

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

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