#C1CA38

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

Shades of Fuego #C1CA38

Tints of Fuego #C1CA38

Color information

#C1CA38 (or 0xC1CA38) is unknown color: approx Fuego. HEX triplet: C1, CA and 38. RGB value is (193,202,56). Sum of RGB (Red+Green+Blue) = 193+202+56=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CA38 is #3E35C7. Grayscale: #B7B7B7. Windows color (decimal): -4077000 or 3721921. OLE color: 3721921.

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

Color convert

RGB19320256-
CMYK0.0400.720.21
HSL63.7º57.94%50.59%-
HSV(B)63.7º72.28%79.22%-
XYZ43.8353.8611.83-
YUV182.6756.52135.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 56 (22.27% from 255) = 12.42%
R=42.79%
G=44.79%
B=12.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193202560.0400.720.2163.757.9450.59
HexC1CA38404815403a33
Octal3013127040110251007263
Binary110000011100101011100010001001000101011000000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CA38; }

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

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

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

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

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

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

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

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