Html Css Color HEX #C5B104 La Rioja

📋 copy color: '#C5B104'

red 197 ◦ green 177 ◦ blue 4

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

Shades of La Rioja #C5B104

Tints of La Rioja #C5B104

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.83%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 52.12%
G = 46.83%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C5B104 (or 0xC5B104) is known color: La Rioja. HEX triplet: C5, B1 and 04. RGB value is (197,177,4). Sum of RGB (Red+Green+Blue) = 197+177+4=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B104 is #3A4EFB. Grayscale: #A3A3A3. Windows color (decimal): -3821308 or 307653. OLE color: 307653.

HSL color Cylindrical-coordinate representation of color #C5B104: hue angle of 53.78º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5B104 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 4 -
CMYK 0 0.10 0.98 0.23
HSL 53.78º 0.96% 0.39% -
HSV(B) 53.78º 0.98% 0.77% -
XYZ 38.77 43.32 6.43 -
YUV 163.26 38.13 152.07 -
System Red Green Blue C M Y K H S L
Decimal 197 177 4 0 0.10 0.98 0.23 53.78 0.96 0.39
Hex C5 B1 4 0 A 62 17 36 60 27
Octal 305 261 4 0 12 142 27 66 140 47
Binary 11000101 10110001 100 0 1010 1100010 10111 110110 1100000 100111

Color Harmonies of #C5B104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B104

Black with #C5B104

Text Example


Text Example

White with #C5B104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B104; }

 p { color: rgb(197,177,4); }

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

background-color css

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

 a { background-color: rgb(197,177,4); }

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

border-color css

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

 span { border-color: rgb(197,177,4); }

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