Html Css Color HEX #C0C73C Fuego

📋 copy color: '#C0C73C'

red 192 ◦ green 199 ◦ blue 60

#C0C73C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #C0C73C

Tints of Fuego #C0C73C

RGB

 RED value IS 192 (75.39% from 255) = 42.57%

 GREEN value IS 199 (78.13% from 255) = 44.12%

 BLUE value IS 60 (23.83% from 255) = 13.3%

R = 42.57%
G = 44.12%
B = 13.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C0C73C (or 0xC0C73C) is known color: Fuego. HEX triplet: C0, C7 and 3C. RGB value is (192,199,60). Sum of RGB (Red+Green+Blue) = 192+199+60=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C73C is #3F38C3. Grayscale: #B5B5B5. Windows color (decimal): -4143300 or 3983296. OLE color: 3983296.

HSL color Cylindrical-coordinate representation of color #C0C73C: hue angle of 63.02º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0C73C is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 199 60 -
CMYK 0.04 0 0.70 0.22
HSL 63.02º 0.55% 0.51% -
HSV(B) 63.02º 0.7% 0.78% -
XYZ 42.98 52.38 12.12 -
YUV 181.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 192 199 60 0.04 0 0.70 0.22 63.02 0.55 0.51
Hex C0 C7 3C 4 0 46 16 3F 37 33
Octal 300 307 74 4 0 106 26 77 67 63
Binary 11000000 11000111 111100 100 0 1000110 10110 111111 110111 110011

Color Harmonies of #C0C73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C73C

Black with #C0C73C

Text Example


Text Example

White with #C0C73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C73C; }

 p { color: rgb(192,199,60); }

 H1.HeaderClassName
 {
   color: #C0C73C;
 }
 .AnyTagClassName
 {
   color: #C0C73C;
 }
</style>

background-color css

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

 a { background-color: rgb(192,199,60); }

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

border-color css

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

 span { border-color: rgb(192,199,60); }

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