Html Css Color HEX #C0BA15 La Rioja

📋 copy color: '#C0BA15'

red 192 ◦ green 186 ◦ blue 21

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

Shades of La Rioja #C0BA15

Tints of La Rioja #C0BA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.26%

R = 48.12%
G = 46.62%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C0BA15 (or 0xC0BA15) is known color: La Rioja. HEX triplet: C0, BA and 15. RGB value is (192,186,21). Sum of RGB (Red+Green+Blue) = 192+186+21=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BA15 is #3F45EA. Grayscale: #A9A9A9. Windows color (decimal): -4146667 or 1424064. OLE color: 1424064.

HSL color Cylindrical-coordinate representation of color #C0BA15: hue angle of 57.89º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0BA15 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 21 -
CMYK 0 0.03 0.89 0.25
HSL 57.89º 0.8% 0.42% -
HSV(B) 57.89º 0.89% 0.75% -
XYZ 39.43 46.38 7.58 -
YUV 168.98 44.49 144.42 -
System Red Green Blue C M Y K H S L
Decimal 192 186 21 0 0.03 0.89 0.25 57.89 0.8 0.42
Hex C0 BA 15 0 3 59 19 3A 50 2A
Octal 300 272 25 0 3 131 31 72 120 52
Binary 11000000 10111010 10101 0 11 1011001 11001 111010 1010000 101010

Color Harmonies of #C0BA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA15

Black with #C0BA15

Text Example


Text Example

White with #C0BA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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