Html Css Color HEX #C0B312 La Rioja

📋 copy color: '#C0B312'

red 192 ◦ green 179 ◦ blue 18

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

Shades of La Rioja #C0B312

Tints of La Rioja #C0B312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.02%

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

R = 49.36%
G = 46.02%
B = 4.63%

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

#C0B312 (or 0xC0B312) is known color: La Rioja. HEX triplet: C0, B3 and 12. RGB value is (192,179,18). Sum of RGB (Red+Green+Blue) = 192+179+18=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B312 is #3F4CED. Grayscale: #A5A5A5. Windows color (decimal): -4148462 or 1225664. OLE color: 1225664.

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

Color convert

RGB 192 179 18 -
CMYK 0 0.07 0.91 0.25
HSL 55.52º 0.83% 0.41% -
HSV(B) 55.52º 0.91% 0.75% -
XYZ 37.97 43.49 6.97 -
YUV 164.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 192 179 18 0 0.07 0.91 0.25 55.52 0.83 0.41
Hex C0 B3 12 0 7 5B 19 38 53 29
Octal 300 263 22 0 7 133 31 70 123 51
Binary 11000000 10110011 10010 0 111 1011011 11001 111000 1010011 101001

Color Harmonies of #C0B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B312

Black with #C0B312

Text Example


Text Example

White with #C0B312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B312; }

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

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

background-color css

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

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

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

border-color css

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

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

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