Html Css Color HEX #C5CA32 Fuego

📋 copy color: '#C5CA32'

red 197 ◦ green 202 ◦ blue 50

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

Shades of Fuego #C5CA32

Tints of Fuego #C5CA32

RGB

 RED value IS 197 (77.34% from 255) = 43.88%

 GREEN value IS 202 (79.3% from 255) = 44.99%

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 43.88%
G = 44.99%
B = 11.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C5CA32 (or 0xC5CA32) is known color: Fuego. HEX triplet: C5, CA and 32. RGB value is (197,202,50). Sum of RGB (Red+Green+Blue) = 197+202+50=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA32 is #3A35CD. Grayscale: #B7B7B7. Windows color (decimal): -3814862 or 3328709. OLE color: 3328709.

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

Color convert

RGB 197 202 50 -
CMYK 0.02 0 0.75 0.21
HSL 61.97º 0.6% 0.49% -
HSV(B) 61.97º 0.75% 0.79% -
XYZ 44.72 54.34 11.15 -
YUV 183.18 52.84 137.86 -
System Red Green Blue C M Y K H S L
Decimal 197 202 50 0.02 0 0.75 0.21 61.97 0.6 0.49
Hex C5 CA 32 2 0 4B 15 3E 3C 31
Octal 305 312 62 2 0 113 25 76 74 61
Binary 11000101 11001010 110010 10 0 1001011 10101 111110 111100 110001

Color Harmonies of #C5CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA32

Black with #C5CA32

Text Example


Text Example

White with #C5CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA32; }

 p { color: rgb(197,202,50); }

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

background-color css

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

 a { background-color: rgb(197,202,50); }

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

border-color css

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

 span { border-color: rgb(197,202,50); }

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