Html Css Color HEX #C0B210 La Rioja

📋 copy color: '#C0B210'

red 192 ◦ green 178 ◦ blue 16

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

Shades of La Rioja #C0B210

Tints of La Rioja #C0B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.11%

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

R = 49.74%
G = 46.11%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0B210 (or 0xC0B210) is known color: La Rioja. HEX triplet: C0, B2 and 10. RGB value is (192,178,16). Sum of RGB (Red+Green+Blue) = 192+178+16=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B210 is #3F4DEF. Grayscale: #A4A4A4. Windows color (decimal): -4148720 or 1094336. OLE color: 1094336.

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

Color convert

RGB 192 178 16 -
CMYK 0 0.07 0.92 0.25
HSL 55.23º 0.85% 0.41% -
HSV(B) 55.23º 0.92% 0.75% -
XYZ 37.75 43.08 6.82 -
YUV 163.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 192 178 16 0 0.07 0.92 0.25 55.23 0.85 0.41
Hex C0 B2 10 0 7 5C 19 37 55 29
Octal 300 262 20 0 7 134 31 67 125 51
Binary 11000000 10110010 10000 0 111 1011100 11001 110111 1010101 101001

Color Harmonies of #C0B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B210

Black with #C0B210

Text Example


Text Example

White with #C0B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B210; }

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

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

background-color css

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

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

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

border-color css

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

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

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