Html Css Color HEX #C0B000 La Rioja

📋 copy color: '#C0B000'

red 192 ◦ green 176 ◦ blue 0

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

Shades of La Rioja #C0B000

Tints of La Rioja #C0B000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.17%
G = 47.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C0B000 (or 0xC0B000) is known color: La Rioja. HEX triplet: C0, B0 and 00. RGB value is (192,176,0). Sum of RGB (Red+Green+Blue) = 192+176+0=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B000 is #3F4FFF. Grayscale: #A1A1A1. Windows color (decimal): -4149248 or 45248. OLE color: 45248.

HSL color Cylindrical-coordinate representation of color #C0B000: hue angle of 55º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0B000 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 176 0 -
CMYK 0 0.08 1 0.25
HSL 55º 1% 0.38% -
HSV(B) 55º 1% 0.75% -
XYZ 37.26 42.26 6.19 -
YUV 160.72 37.3 150.31 -
System Red Green Blue C M Y K H S L
Decimal 192 176 0 0 0.08 1 0.25 55 1 0.38
Hex C0 B0 0 0 8 64 19 37 64 26
Octal 300 260 0 0 10 144 31 67 144 46
Binary 11000000 10110000 0 0 1000 1100100 11001 110111 1100100 100110

Color Harmonies of #C0B000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B000

Black with #C0B000

Text Example


Text Example

White with #C0B000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B000; }

 p { color: rgb(192,176,0); }

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

background-color css

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

 a { background-color: rgb(192,176,0); }

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

border-color css

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

 span { border-color: rgb(192,176,0); }

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