Html Css Color HEX #C0B211 La Rioja

📋 copy color: '#C0B211'

red 192 ◦ green 178 ◦ blue 17

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

Shades of La Rioja #C0B211

Tints of La Rioja #C0B211

RGB

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

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

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

R = 49.61%
G = 45.99%
B = 4.39%

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

#C0B211 (or 0xC0B211) is known color: La Rioja. HEX triplet: C0, B2 and 11. RGB value is (192,178,17). Sum of RGB (Red+Green+Blue) = 192+178+17=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B211 is #3F4DEE. Grayscale: #A4A4A4. Windows color (decimal): -4148719 or 1159872. OLE color: 1159872.

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

Color convert

RGB 192 178 17 -
CMYK 0 0.07 0.91 0.25
HSL 55.2º 0.84% 0.41% -
HSV(B) 55.2º 0.91% 0.75% -
XYZ 37.76 43.09 6.86 -
YUV 163.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 192 178 17 0 0.07 0.91 0.25 55.2 0.84 0.41
Hex C0 B2 11 0 7 5B 19 37 54 29
Octal 300 262 21 0 7 133 31 67 124 51
Binary 11000000 10110010 10001 0 111 1011011 11001 110111 1010100 101001

Color Harmonies of #C0B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B211

Black with #C0B211

Text Example


Text Example

White with #C0B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B211; }

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

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

background-color css

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

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

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

border-color css

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

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

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