Html Css Color HEX #C5B60E La Rioja

📋 copy color: '#C5B60E'

red 197 ◦ green 182 ◦ blue 14

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

Shades of La Rioja #C5B60E

Tints of La Rioja #C5B60E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.31%

 BLUE value IS 14 (5.86% from 255) = 3.56%

R = 50.13%
G = 46.31%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5B60E (or 0xC5B60E) is known color: La Rioja. HEX triplet: C5, B6 and 0E. RGB value is (197,182,14). Sum of RGB (Red+Green+Blue) = 197+182+14=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B60E is #3A49F1. Grayscale: #A8A8A8. Windows color (decimal): -3820018 or 964293. OLE color: 964293.

HSL color Cylindrical-coordinate representation of color #C5B60E: hue angle of 55.08º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5B60E is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 182 14 -
CMYK 0 0.08 0.93 0.23
HSL 55.08º 0.87% 0.41% -
HSV(B) 55.08º 0.93% 0.77% -
XYZ 39.83 45.36 7.07 -
YUV 167.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 197 182 14 0 0.08 0.93 0.23 55.08 0.87 0.41
Hex C5 B6 E 0 8 5D 17 37 57 29
Octal 305 266 16 0 10 135 27 67 127 51
Binary 11000101 10110110 1110 0 1000 1011101 10111 110111 1010111 101001

Color Harmonies of #C5B60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B60E

Black with #C5B60E

Text Example


Text Example

White with #C5B60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B60E; }

 p { color: rgb(197,182,14); }

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

background-color css

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

 a { background-color: rgb(197,182,14); }

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

border-color css

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

 span { border-color: rgb(197,182,14); }

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