Html Css Color HEX #C0CC31 Fuego

📋 copy color: '#C0CC31'

red 192 ◦ green 204 ◦ blue 49

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

Shades of Fuego #C0CC31

Tints of Fuego #C0CC31

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

 BLUE value IS 49 (19.53% from 255) = 11.01%

R = 43.15%
G = 45.84%
B = 11.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#C0CC31 (or 0xC0CC31) is known color: Fuego. HEX triplet: C0, CC and 31. RGB value is (192,204,49). Sum of RGB (Red+Green+Blue) = 192+204+49=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC31 is #3F33CE. Grayscale: #B7B7B7. Windows color (decimal): -4142031 or 3263680. OLE color: 3263680.

HSL color Cylindrical-coordinate representation of color #C0CC31: hue angle of 64.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0CC31 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 204 49 -
CMYK 0.06 0 0.76 0.2
HSL 64.65º 0.61% 0.5% -
HSV(B) 64.65º 0.76% 0.8% -
XYZ 43.89 54.61 11.13 -
YUV 182.74 52.52 134.6 -
System Red Green Blue C M Y K H S L
Decimal 192 204 49 0.06 0 0.76 0.2 64.65 0.61 0.5
Hex C0 CC 31 6 0 4C 14 41 3D 32
Octal 300 314 61 6 0 114 24 101 75 62
Binary 11000000 11001100 110001 110 0 1001100 10100 1000001 111101 110010

Color Harmonies of #C0CC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC31

Black with #C0CC31

Text Example


Text Example

White with #C0CC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CC31; }

 p { color: rgb(192,204,49); }

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

background-color css

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

 a { background-color: rgb(192,204,49); }

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

border-color css

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

 span { border-color: rgb(192,204,49); }

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