Html Css Color HEX #C0C230 Fuego

📋 copy color: '#C0C230'

red 192 ◦ green 194 ◦ blue 48

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

Shades of Fuego #C0C230

Tints of Fuego #C0C230

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

 BLUE value IS 48 (19.14% from 255) = 11.06%

R = 44.24%
G = 44.7%
B = 11.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C0C230 (or 0xC0C230) is known color: Fuego. HEX triplet: C0, C2 and 30. RGB value is (192,194,48). Sum of RGB (Red+Green+Blue) = 192+194+48=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C230 is #3F3DCF. Grayscale: #B1B1B1. Windows color (decimal): -4144592 or 3195584. OLE color: 3195584.

HSL color Cylindrical-coordinate representation of color #C0C230: hue angle of 60.82º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0C230 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 194 48 -
CMYK 0.01 0 0.75 0.24
HSL 60.82º 0.6% 0.47% -
HSV(B) 60.82º 0.75% 0.76% -
XYZ 41.56 50 10.26 -
YUV 176.76 55.34 138.87 -
System Red Green Blue C M Y K H S L
Decimal 192 194 48 0.01 0 0.75 0.24 60.82 0.6 0.47
Hex C0 C2 30 1 0 4B 18 3D 3C 2F
Octal 300 302 60 1 0 113 30 75 74 57
Binary 11000000 11000010 110000 1 0 1001011 11000 111101 111100 101111

Color Harmonies of #C0C230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C230

Black with #C0C230

Text Example


Text Example

White with #C0C230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C230; }

 p { color: rgb(192,194,48); }

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

background-color css

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

 a { background-color: rgb(192,194,48); }

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

border-color css

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

 span { border-color: rgb(192,194,48); }

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