#C1CA28

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

Shades of Fuego #C1CA28

Tints of Fuego #C1CA28

Color information

#C1CA28 (or 0xC1CA28) is unknown color: approx Fuego. HEX triplet: C1, CA and 28. RGB value is (193,202,40). Sum of RGB (Red+Green+Blue) = 193+202+40=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CA28 is #3E35D7. Grayscale: #B5B5B5. Windows color (decimal): -4077016 or 2673345. OLE color: 2673345.

HSL color Cylindrical-coordinate representation of color #C1CA28: hue angle of 63.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1CA28 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB19320240-
CMYK0.0400.800.21
HSL63.33º66.94%47.45%-
HSV(B)63.33º80.2%79.22%-
XYZ43.553.7310.09-
YUV180.8448.52136.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 202 (79.30% from 255) = 46.44%
BLUE value IS 40 (16.02% from 255) = 9.20%
R=44.37%
G=46.44%
B=9.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193202400.0400.800.2163.3366.9447.45
HexC1CA284050153f432f
Octal3013125040120257710357
Binary110000011100101010100010001010000101011111111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CA28; }

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

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

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

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

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

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

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

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