Html Css Color HEX #C0B814 La Rioja

📋 copy color: '#C0B814'

red 192 ◦ green 184 ◦ blue 20

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

Shades of La Rioja #C0B814

Tints of La Rioja #C0B814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

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

R = 48.48%
G = 46.46%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0B814 (or 0xC0B814) is known color: La Rioja. HEX triplet: C0, B8 and 14. RGB value is (192,184,20). Sum of RGB (Red+Green+Blue) = 192+184+20=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B814 is #3F47EB. Grayscale: #A8A8A8. Windows color (decimal): -4147180 or 1358016. OLE color: 1358016.

HSL color Cylindrical-coordinate representation of color #C0B814: hue angle of 57.21º 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 #C0B814 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 20 -
CMYK 0 0.04 0.90 0.25
HSL 57.21º 0.81% 0.42% -
HSV(B) 57.21º 0.9% 0.75% -
XYZ 39 45.54 7.4 -
YUV 167.7 44.65 145.34 -
System Red Green Blue C M Y K H S L
Decimal 192 184 20 0 0.04 0.90 0.25 57.21 0.81 0.42
Hex C0 B8 14 0 4 5A 19 39 51 2A
Octal 300 270 24 0 4 132 31 71 121 52
Binary 11000000 10111000 10100 0 100 1011010 11001 111001 1010001 101010

Color Harmonies of #C0B814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B814

Black with #C0B814

Text Example


Text Example

White with #C0B814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B814; }

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

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

background-color css

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

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

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

border-color css

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

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

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