Html Css Color HEX #C0B40E La Rioja

📋 copy color: '#C0B40E'

red 192 ◦ green 180 ◦ blue 14

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

Shades of La Rioja #C0B40E

Tints of La Rioja #C0B40E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.63%

 BLUE value IS 14 (5.86% from 255) = 3.63%

R = 49.74%
G = 46.63%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0B40E (or 0xC0B40E) is known color: La Rioja. HEX triplet: C0, B4 and 0E. RGB value is (192,180,14). Sum of RGB (Red+Green+Blue) = 192+180+14=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B40E is #3F4BF1. Grayscale: #A5A5A5. Windows color (decimal): -4148210 or 963776. OLE color: 963776.

HSL color Cylindrical-coordinate representation of color #C0B40E: hue angle of 55.96º degrees, saturation: 0.86, 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 #C0B40E is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 180 14 -
CMYK 0 0.06 0.93 0.25
HSL 55.96º 0.86% 0.4% -
HSV(B) 55.96º 0.93% 0.75% -
XYZ 38.14 43.88 6.88 -
YUV 164.66 42.98 147.5 -
System Red Green Blue C M Y K H S L
Decimal 192 180 14 0 0.06 0.93 0.25 55.96 0.86 0.4
Hex C0 B4 E 0 6 5D 19 38 56 28
Octal 300 264 16 0 6 135 31 70 126 50
Binary 11000000 10110100 1110 0 110 1011101 11001 111000 1010110 101000

Color Harmonies of #C0B40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B40E

Black with #C0B40E

Text Example


Text Example

White with #C0B40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B40E; }

 p { color: rgb(192,180,14); }

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

background-color css

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

 a { background-color: rgb(192,180,14); }

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

border-color css

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

 span { border-color: rgb(192,180,14); }

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