#C0CB37

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

Shades of Fuego #C0CB37

Tints of Fuego #C0CB37

Color information

#C0CB37 (or 0xC0CB37) is unknown color: approx Fuego. HEX triplet: C0, CB and 37. RGB value is (192,203,55). Sum of RGB (Red+Green+Blue) = 192+203+55=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CB37 is #3F34C8. Grayscale: #B7B7B7. Windows color (decimal): -4142281 or 3656640. OLE color: 3656640.

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

Color convert

RGB19220355-
CMYK0.0500.730.20
HSL64.46º58.73%50.59%-
HSV(B)64.46º72.91%79.61%-
XYZ43.7854.1911.77-
YUV182.8455.86134.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 203 (79.69% from 255) = 45.11%
BLUE value IS 55 (21.88% from 255) = 12.22%
R=42.67%
G=45.11%
B=12.22%

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
Decimal192203550.0500.730.2064.4658.7350.59
HexC0CB37504914403b33
Octal3003136750111241007363
Binary110000001100101111011110101001001101001000000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CB37; }

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

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

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

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

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

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

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

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