Html Css Color HEX #C5B105 La Rioja

📋 copy color: '#C5B105'

red 197 ◦ green 177 ◦ blue 5

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

Shades of La Rioja #C5B105

Tints of La Rioja #C5B105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 51.98%
G = 46.7%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C5B105 (or 0xC5B105) is known color: La Rioja. HEX triplet: C5, B1 and 05. RGB value is (197,177,5). Sum of RGB (Red+Green+Blue) = 197+177+5=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B105 is #3A4EFA. Grayscale: #A4A4A4. Windows color (decimal): -3821307 or 373189. OLE color: 373189.

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

Color convert

RGB 197 177 5 -
CMYK 0 0.10 0.97 0.23
HSL 53.75º 0.95% 0.4% -
HSV(B) 53.75º 0.97% 0.77% -
XYZ 38.78 43.33 6.46 -
YUV 163.37 38.63 151.99 -
System Red Green Blue C M Y K H S L
Decimal 197 177 5 0 0.10 0.97 0.23 53.75 0.95 0.4
Hex C5 B1 5 0 A 61 17 36 5F 28
Octal 305 261 5 0 12 141 27 66 137 50
Binary 11000101 10110001 101 0 1010 1100001 10111 110110 1011111 101000

Color Harmonies of #C5B105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B105

Black with #C5B105

Text Example


Text Example

White with #C5B105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B105; }

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

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

background-color css

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

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

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

border-color css

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

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

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