Html Css Color HEX #C5CB31 Fuego

📋 copy color: '#C5CB31'

red 197 ◦ green 203 ◦ blue 49

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

Shades of Fuego #C5CB31

Tints of Fuego #C5CB31

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.21%

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

R = 43.88%
G = 45.21%
B = 10.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#C5CB31 (or 0xC5CB31) is known color: Fuego. HEX triplet: C5, CB and 31. RGB value is (197,203,49). Sum of RGB (Red+Green+Blue) = 197+203+49=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CB31 is #3A34CE. Grayscale: #B8B8B8. Windows color (decimal): -3814607 or 3263429. OLE color: 3263429.

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

Color convert

RGB 197 203 49 -
CMYK 0.03 0 0.76 0.20
HSL 62.34º 0.61% 0.49% -
HSV(B) 62.34º 0.76% 0.8% -
XYZ 44.94 54.8 11.12 -
YUV 183.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 197 203 49 0.03 0 0.76 0.20 62.34 0.61 0.49
Hex C5 CB 31 3 0 4C 14 3E 3D 31
Octal 305 313 61 3 0 114 24 76 75 61
Binary 11000101 11001011 110001 11 0 1001100 10100 111110 111101 110001

Color Harmonies of #C5CB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CB31

Black with #C5CB31

Text Example


Text Example

White with #C5CB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CB31; }

 p { color: rgb(197,203,49); }

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

background-color css

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

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

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

border-color css

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

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

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