Html Css Color HEX #C0BA13 La Rioja

📋 copy color: '#C0BA13'

red 192 ◦ green 186 ◦ blue 19

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

Shades of La Rioja #C0BA13

Tints of La Rioja #C0BA13

RGB

 RED value IS 192 (75.39% from 255) = 48.36%

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

 BLUE value IS 19 (7.81% from 255) = 4.79%

R = 48.36%
G = 46.85%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0BA13 (or 0xC0BA13) is known color: La Rioja. HEX triplet: C0, BA and 13. RGB value is (192,186,19). Sum of RGB (Red+Green+Blue) = 192+186+19=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BA13 is #3F45EC. Grayscale: #A9A9A9. Windows color (decimal): -4146669 or 1292992. OLE color: 1292992.

HSL color Cylindrical-coordinate representation of color #C0BA13: hue angle of 57.92º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0BA13 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 19 -
CMYK 0 0.03 0.90 0.25
HSL 57.92º 0.82% 0.41% -
HSV(B) 57.92º 0.9% 0.75% -
XYZ 39.41 46.37 7.49 -
YUV 168.76 43.49 144.58 -
System Red Green Blue C M Y K H S L
Decimal 192 186 19 0 0.03 0.90 0.25 57.92 0.82 0.41
Hex C0 BA 13 0 3 5A 19 3A 52 29
Octal 300 272 23 0 3 132 31 72 122 51
Binary 11000000 10111010 10011 0 11 1011010 11001 111010 1010010 101001

Color Harmonies of #C0BA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA13

Black with #C0BA13

Text Example


Text Example

White with #C0BA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA13; }

 p { color: rgb(192,186,19); }

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

background-color css

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

 a { background-color: rgb(192,186,19); }

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

border-color css

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

 span { border-color: rgb(192,186,19); }

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