Html Css Color HEX #C5BA0C La Rioja

📋 copy color: '#C5BA0C'

red 197 ◦ green 186 ◦ blue 12

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

Shades of La Rioja #C5BA0C

Tints of La Rioja #C5BA0C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 49.87%
G = 47.09%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5BA0C (or 0xC5BA0C) is known color: La Rioja. HEX triplet: C5, BA and 0C. RGB value is (197,186,12). Sum of RGB (Red+Green+Blue) = 197+186+12=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BA0C is #3A45F3. Grayscale: #AAAAAA. Windows color (decimal): -3818996 or 834245. OLE color: 834245.

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

Color convert

RGB 197 186 12 -
CMYK 0 0.06 0.94 0.23
HSL 56.43º 0.89% 0.41% -
HSV(B) 56.43º 0.94% 0.77% -
XYZ 40.65 47.01 7.28 -
YUV 169.45 39.14 147.65 -
System Red Green Blue C M Y K H S L
Decimal 197 186 12 0 0.06 0.94 0.23 56.43 0.89 0.41
Hex C5 BA C 0 6 5E 17 38 59 29
Octal 305 272 14 0 6 136 27 70 131 51
Binary 11000101 10111010 1100 0 110 1011110 10111 111000 1011001 101001

Color Harmonies of #C5BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA0C

Black with #C5BA0C

Text Example


Text Example

White with #C5BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA0C; }

 p { color: rgb(197,186,12); }

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

background-color css

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

 a { background-color: rgb(197,186,12); }

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

border-color css

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

 span { border-color: rgb(197,186,12); }

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