Html Css Color HEX #C0B514 La Rioja

📋 copy color: '#C0B514'

red 192 ◦ green 181 ◦ blue 20

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

Shades of La Rioja #C0B514

Tints of La Rioja #C0B514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.06%

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 48.85%
G = 46.06%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0B514 (or 0xC0B514) is known color: La Rioja. HEX triplet: C0, B5 and 14. RGB value is (192,181,20). Sum of RGB (Red+Green+Blue) = 192+181+20=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B514 is #3F4AEB. Grayscale: #A6A6A6. Windows color (decimal): -4147948 or 1357248. OLE color: 1357248.

HSL color Cylindrical-coordinate representation of color #C0B514: hue angle of 56.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0B514 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 20 -
CMYK 0 0.06 0.90 0.25
HSL 56.16º 0.81% 0.42% -
HSV(B) 56.16º 0.9% 0.75% -
XYZ 38.39 44.3 7.19 -
YUV 165.94 45.64 146.59 -
System Red Green Blue C M Y K H S L
Decimal 192 181 20 0 0.06 0.90 0.25 56.16 0.81 0.42
Hex C0 B5 14 0 6 5A 19 38 51 2A
Octal 300 265 24 0 6 132 31 70 121 52
Binary 11000000 10110101 10100 0 110 1011010 11001 111000 1010001 101010

Color Harmonies of #C0B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B514

Black with #C0B514

Text Example


Text Example

White with #C0B514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B514; }

 p { color: rgb(192,181,20); }

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

background-color css

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

 a { background-color: rgb(192,181,20); }

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

border-color css

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

 span { border-color: rgb(192,181,20); }

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