Html Css Color HEX #C0B512 La Rioja

📋 copy color: '#C0B512'

red 192 ◦ green 181 ◦ blue 18

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

Shades of La Rioja #C0B512

Tints of La Rioja #C0B512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.29%

 BLUE value IS 18 (7.42% from 255) = 4.6%

R = 49.1%
G = 46.29%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0B512 (or 0xC0B512) is known color: La Rioja. HEX triplet: C0, B5 and 12. RGB value is (192,181,18). Sum of RGB (Red+Green+Blue) = 192+181+18=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B512 is #3F4AED. Grayscale: #A6A6A6. Windows color (decimal): -4147950 or 1226176. OLE color: 1226176.

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

Color convert

RGB 192 181 18 -
CMYK 0 0.06 0.91 0.25
HSL 56.21º 0.83% 0.41% -
HSV(B) 56.21º 0.91% 0.75% -
XYZ 38.37 44.3 7.1 -
YUV 165.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 192 181 18 0 0.06 0.91 0.25 56.21 0.83 0.41
Hex C0 B5 12 0 6 5B 19 38 53 29
Octal 300 265 22 0 6 133 31 70 123 51
Binary 11000000 10110101 10010 0 110 1011011 11001 111000 1010011 101001

Color Harmonies of #C0B512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B512

Black with #C0B512

Text Example


Text Example

White with #C0B512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B512; }

 p { color: rgb(192,181,18); }

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

background-color css

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

 a { background-color: rgb(192,181,18); }

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

border-color css

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

 span { border-color: rgb(192,181,18); }

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