Html Css Color HEX #C6C734 Fuego

📋 copy color: '#C6C734'

red 198 ◦ green 199 ◦ blue 52

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

Shades of Fuego #C6C734

Tints of Fuego #C6C734

RGB

 RED value IS 198 (77.73% from 255) = 44.1%

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

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 44.1%
G = 44.32%
B = 11.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C6C734 (or 0xC6C734) is known color: Fuego. HEX triplet: C6, C7 and 34. RGB value is (198,199,52). Sum of RGB (Red+Green+Blue) = 198+199+52=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C734 is #3938CB. Grayscale: #B6B6B6. Windows color (decimal): -3750092 or 3459014. OLE color: 3459014.

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

Color convert

RGB 198 199 52 -
CMYK 0.01 0 0.74 0.22
HSL 60.41º 0.59% 0.49% -
HSV(B) 60.41º 0.74% 0.78% -
XYZ 44.33 53.1 11.16 -
YUV 181.94 54.67 139.45 -
System Red Green Blue C M Y K H S L
Decimal 198 199 52 0.01 0 0.74 0.22 60.41 0.59 0.49
Hex C6 C7 34 1 0 4A 16 3C 3B 31
Octal 306 307 64 1 0 112 26 74 73 61
Binary 11000110 11000111 110100 1 0 1001010 10110 111100 111011 110001

Color Harmonies of #C6C734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C734

Black with #C6C734

Text Example


Text Example

White with #C6C734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C734; }

 p { color: rgb(198,199,52); }

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

background-color css

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

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

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

border-color css

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

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

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