Html Css Color HEX #C0B311 La Rioja

📋 copy color: '#C0B311'

red 192 ◦ green 179 ◦ blue 17

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

Shades of La Rioja #C0B311

Tints of La Rioja #C0B311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.13%

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

R = 49.48%
G = 46.13%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0B311 (or 0xC0B311) is known color: La Rioja. HEX triplet: C0, B3 and 11. RGB value is (192,179,17). Sum of RGB (Red+Green+Blue) = 192+179+17=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B311 is #3F4CEE. Grayscale: #A5A5A5. Windows color (decimal): -4148463 or 1160128. OLE color: 1160128.

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

Color convert

RGB 192 179 17 -
CMYK 0 0.07 0.91 0.25
HSL 55.54º 0.84% 0.41% -
HSV(B) 55.54º 0.91% 0.75% -
XYZ 37.96 43.49 6.92 -
YUV 164.42 44.81 147.67 -
System Red Green Blue C M Y K H S L
Decimal 192 179 17 0 0.07 0.91 0.25 55.54 0.84 0.41
Hex C0 B3 11 0 7 5B 19 38 54 29
Octal 300 263 21 0 7 133 31 70 124 51
Binary 11000000 10110011 10001 0 111 1011011 11001 111000 1010100 101001

Color Harmonies of #C0B311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B311

Black with #C0B311

Text Example


Text Example

White with #C0B311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B311; }

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

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

background-color css

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

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

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

border-color css

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

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

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