#C1CB37

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

Shades of Fuego #C1CB37

Tints of Fuego #C1CB37

Color information

#C1CB37 (or 0xC1CB37) is unknown color: approx Fuego. HEX triplet: C1, CB and 37. RGB value is (193,203,55). Sum of RGB (Red+Green+Blue) = 193+203+55=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CB37 is #3E34C8. Grayscale: #B7B7B7. Windows color (decimal): -4076745 or 3656641. OLE color: 3656641.

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

Color convert

RGB19320355-
CMYK0.0500.730.20
HSL64.05º58.73%50.59%-
HSV(B)64.05º72.91%79.61%-
XYZ44.0454.3311.78-
YUV183.1455.69135.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 203 (79.69% from 255) = 45.01%
BLUE value IS 55 (21.88% from 255) = 12.20%
R=42.79%
G=45.01%
B=12.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193203550.0500.730.2064.0558.7350.59
HexC1CB37504914403b33
Octal3013136750111241007363
Binary110000011100101111011110101001001101001000000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CB37; }

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

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

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

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

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

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

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

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