Html Css Color HEX #C0BA0D La Rioja

📋 copy color: '#C0BA0D'

red 192 ◦ green 186 ◦ blue 13

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

Shades of La Rioja #C0BA0D

Tints of La Rioja #C0BA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 49.1%
G = 47.57%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0BA0D (or 0xC0BA0D) is known color: La Rioja. HEX triplet: C0, BA and 0D. RGB value is (192,186,13). Sum of RGB (Red+Green+Blue) = 192+186+13=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BA0D is #3F45F2. Grayscale: #A8A8A8. Windows color (decimal): -4146675 or 899776. OLE color: 899776.

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

Color convert

RGB 192 186 13 -
CMYK 0 0.03 0.93 0.25
HSL 57.99º 0.87% 0.4% -
HSV(B) 57.99º 0.93% 0.75% -
XYZ 39.37 46.35 7.25 -
YUV 168.07 40.49 145.07 -
System Red Green Blue C M Y K H S L
Decimal 192 186 13 0 0.03 0.93 0.25 57.99 0.87 0.4
Hex C0 BA D 0 3 5D 19 3A 57 28
Octal 300 272 15 0 3 135 31 72 127 50
Binary 11000000 10111010 1101 0 11 1011101 11001 111010 1010111 101000

Color Harmonies of #C0BA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA0D

Black with #C0BA0D

Text Example


Text Example

White with #C0BA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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