Html Css Color HEX #C0BA09 La Rioja

📋 copy color: '#C0BA09'

red 192 ◦ green 186 ◦ blue 9

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

Shades of La Rioja #C0BA09

Tints of La Rioja #C0BA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.33%

R = 49.61%
G = 48.06%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0BA09 (or 0xC0BA09) is known color: La Rioja. HEX triplet: C0, BA and 09. RGB value is (192,186,9). Sum of RGB (Red+Green+Blue) = 192+186+9=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BA09 is #3F45F6. Grayscale: #A8A8A8. Windows color (decimal): -4146679 or 637632. OLE color: 637632.

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

Color convert

RGB 192 186 9 -
CMYK 0 0.03 0.95 0.25
HSL 58.03º 0.91% 0.39% -
HSV(B) 58.03º 0.95% 0.75% -
XYZ 39.35 46.34 7.13 -
YUV 167.62 38.49 145.39 -
System Red Green Blue C M Y K H S L
Decimal 192 186 9 0 0.03 0.95 0.25 58.03 0.91 0.39
Hex C0 BA 9 0 3 5F 19 3A 5B 27
Octal 300 272 11 0 3 137 31 72 133 47
Binary 11000000 10111010 1001 0 11 1011111 11001 111010 1011011 100111

Color Harmonies of #C0BA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA09

Black with #C0BA09

Text Example


Text Example

White with #C0BA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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