Html Css Color HEX #C4C735 Fuego

📋 copy color: '#C4C735'

red 196 ◦ green 199 ◦ blue 53

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

Shades of Fuego #C4C735

Tints of Fuego #C4C735

RGB

 RED value IS 196 (76.95% from 255) = 43.75%

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

 BLUE value IS 53 (21.09% from 255) = 11.83%

R = 43.75%
G = 44.42%
B = 11.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C4C735 (or 0xC4C735) is known color: Fuego. HEX triplet: C4, C7 and 35. RGB value is (196,199,53). Sum of RGB (Red+Green+Blue) = 196+199+53=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C735 is #3B38CA. Grayscale: #B6B6B6. Windows color (decimal): -3881163 or 3524548. OLE color: 3524548.

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

Color convert

RGB 196 199 53 -
CMYK 0.02 0 0.73 0.22
HSL 61.23º 0.58% 0.49% -
HSV(B) 61.23º 0.73% 0.78% -
XYZ 43.83 52.84 11.26 -
YUV 181.46 55.51 138.37 -
System Red Green Blue C M Y K H S L
Decimal 196 199 53 0.02 0 0.73 0.22 61.23 0.58 0.49
Hex C4 C7 35 2 0 49 16 3D 3A 31
Octal 304 307 65 2 0 111 26 75 72 61
Binary 11000100 11000111 110101 10 0 1001001 10110 111101 111010 110001

Color Harmonies of #C4C735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C735

Black with #C4C735

Text Example


Text Example

White with #C4C735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C735; }

 p { color: rgb(196,199,53); }

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

background-color css

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

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

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

border-color css

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

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

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