Html Css Color HEX #C0B910 La Rioja

📋 copy color: '#C0B910'

red 192 ◦ green 185 ◦ blue 16

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

Shades of La Rioja #C0B910

Tints of La Rioja #C0B910

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.07%

 BLUE value IS 16 (6.64% from 255) = 4.07%

R = 48.85%
G = 47.07%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0B910 (or 0xC0B910) is known color: La Rioja. HEX triplet: C0, B9 and 10. RGB value is (192,185,16). Sum of RGB (Red+Green+Blue) = 192+185+16=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B910 is #3F46EF. Grayscale: #A8A8A8. Windows color (decimal): -4146928 or 1096128. OLE color: 1096128.

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

Color convert

RGB 192 185 16 -
CMYK 0 0.04 0.92 0.25
HSL 57.61º 0.85% 0.41% -
HSV(B) 57.61º 0.92% 0.75% -
XYZ 39.18 45.94 7.29 -
YUV 167.83 42.32 145.24 -
System Red Green Blue C M Y K H S L
Decimal 192 185 16 0 0.04 0.92 0.25 57.61 0.85 0.41
Hex C0 B9 10 0 4 5C 19 3A 55 29
Octal 300 271 20 0 4 134 31 72 125 51
Binary 11000000 10111001 10000 0 100 1011100 11001 111010 1010101 101001

Color Harmonies of #C0B910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B910

Black with #C0B910

Text Example


Text Example

White with #C0B910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B910; }

 p { color: rgb(192,185,16); }

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

background-color css

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

 a { background-color: rgb(192,185,16); }

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

border-color css

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

 span { border-color: rgb(192,185,16); }

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