Html Css Color HEX #C0B811 La Rioja

📋 copy color: '#C0B811'

red 192 ◦ green 184 ◦ blue 17

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

Shades of La Rioja #C0B811

Tints of La Rioja #C0B811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.33%

R = 48.85%
G = 46.82%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0B811 (or 0xC0B811) is known color: La Rioja. HEX triplet: C0, B8 and 11. RGB value is (192,184,17). Sum of RGB (Red+Green+Blue) = 192+184+17=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B811 is #3F47EE. Grayscale: #A8A8A8. Windows color (decimal): -4147183 or 1161408. OLE color: 1161408.

HSL color Cylindrical-coordinate representation of color #C0B811: hue angle of 57.26º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0B811 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 17 -
CMYK 0 0.04 0.91 0.25
HSL 57.26º 0.84% 0.41% -
HSV(B) 57.26º 0.91% 0.75% -
XYZ 38.98 45.53 7.26 -
YUV 167.35 43.15 145.58 -
System Red Green Blue C M Y K H S L
Decimal 192 184 17 0 0.04 0.91 0.25 57.26 0.84 0.41
Hex C0 B8 11 0 4 5B 19 39 54 29
Octal 300 270 21 0 4 133 31 71 124 51
Binary 11000000 10111000 10001 0 100 1011011 11001 111001 1010100 101001

Color Harmonies of #C0B811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B811

Black with #C0B811

Text Example


Text Example

White with #C0B811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B811; }

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

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

background-color css

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

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

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

border-color css

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

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

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