Html Css Color HEX #C0BA0C La Rioja

📋 copy color: '#C0BA0C'

red 192 ◦ green 186 ◦ blue 12

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

Shades of La Rioja #C0BA0C

Tints of La Rioja #C0BA0C

RGB

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

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

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

R = 49.23%
G = 47.69%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0BA0C (or 0xC0BA0C) is known color: La Rioja. HEX triplet: C0, BA and 0C. RGB value is (192,186,12). Sum of RGB (Red+Green+Blue) = 192+186+12=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BA0C is #3F45F3. Grayscale: #A8A8A8. Windows color (decimal): -4146676 or 834240. OLE color: 834240.

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

Color convert

RGB 192 186 12 -
CMYK 0 0.03 0.94 0.25
HSL 58º 0.88% 0.4% -
HSV(B) 58º 0.94% 0.75% -
XYZ 39.36 46.35 7.22 -
YUV 167.96 39.99 145.15 -
System Red Green Blue C M Y K H S L
Decimal 192 186 12 0 0.03 0.94 0.25 58 0.88 0.4
Hex C0 BA C 0 3 5E 19 3A 58 28
Octal 300 272 14 0 3 136 31 72 130 50
Binary 11000000 10111010 1100 0 11 1011110 11001 111010 1011000 101000

Color Harmonies of #C0BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA0C

Black with #C0BA0C

Text Example


Text Example

White with #C0BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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