Html Css Color HEX #C0C828 Fuego

📋 copy color: '#C0C828'

red 192 ◦ green 200 ◦ blue 40

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

Shades of Fuego #C0C828

Tints of Fuego #C0C828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.3%

 BLUE value IS 40 (16.02% from 255) = 9.26%

R = 44.44%
G = 46.3%
B = 9.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C0C828 (or 0xC0C828) is known color: Fuego. HEX triplet: C0, C8 and 28. RGB value is (192,200,40). Sum of RGB (Red+Green+Blue) = 192+200+40=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C828 is #3F37D7. Grayscale: #B4B4B4. Windows color (decimal): -4143064 or 2672832. OLE color: 2672832.

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

Color convert

RGB 192 200 40 -
CMYK 0.04 0 0.8 0.22
HSL 63º 0.67% 0.47% -
HSV(B) 63º 0.8% 0.78% -
XYZ 42.78 52.67 9.92 -
YUV 179.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 192 200 40 0.04 0 0.8 0.22 63 0.67 0.47
Hex C0 C8 28 4 0 50 16 3F 43 2F
Octal 300 310 50 4 0 120 26 77 103 57
Binary 11000000 11001000 101000 100 0 1010000 10110 111111 1000011 101111

Color Harmonies of #C0C828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C828

Black with #C0C828

Text Example


Text Example

White with #C0C828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C828; }

 p { color: rgb(192,200,40); }

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

background-color css

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

 a { background-color: rgb(192,200,40); }

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

border-color css

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

 span { border-color: rgb(192,200,40); }

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