Html Css Color HEX #C7C731 Fuego

📋 copy color: '#C7C731'

red 199 ◦ green 199 ◦ blue 49

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

Shades of Fuego #C7C731

Tints of Fuego #C7C731

RGB

 RED value IS 199 (78.13% from 255) = 44.52%

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

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

R = 44.52%
G = 44.52%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7C731 (or 0xC7C731) is known color: Fuego. HEX triplet: C7, C7 and 31. RGB value is (199,199,49). Sum of RGB (Red+Green+Blue) = 199+199+49=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C731 is #3838CE. Grayscale: #B6B6B6. Windows color (decimal): -3684559 or 3262407. OLE color: 3262407.

HSL color Cylindrical-coordinate representation of color #C7C731: hue angle of 60º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7C731 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 199 49 -
CMYK 0 0 0.75 0.22
HSL 60º 0.6% 0.49% -
HSV(B) 60º 0.75% 0.78% -
XYZ 44.53 53.21 10.83 -
YUV 181.9 53 140.2 -
System Red Green Blue C M Y K H S L
Decimal 199 199 49 0 0 0.75 0.22 60 0.6 0.49
Hex C7 C7 31 0 0 4B 16 3C 3C 31
Octal 307 307 61 0 0 113 26 74 74 61
Binary 11000111 11000111 110001 0 0 1001011 10110 111100 111100 110001

Color Harmonies of #C7C731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C731

Black with #C7C731

Text Example


Text Example

White with #C7C731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C731; }

 p { color: rgb(199,199,49); }

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

background-color css

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

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

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

border-color css

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

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

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