Html Css Color HEX #C0B316 La Rioja

📋 copy color: '#C0B316'

red 192 ◦ green 179 ◦ blue 22

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

Shades of La Rioja #C0B316

Tints of La Rioja #C0B316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.6%

R = 48.85%
G = 45.55%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C0B316 (or 0xC0B316) is known color: La Rioja. HEX triplet: C0, B3 and 16. RGB value is (192,179,22). Sum of RGB (Red+Green+Blue) = 192+179+22=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B316 is #3F4CE9. Grayscale: #A5A5A5. Windows color (decimal): -4148458 or 1487808. OLE color: 1487808.

HSL color Cylindrical-coordinate representation of color #C0B316: hue angle of 55.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0B316 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 22 -
CMYK 0 0.07 0.89 0.25
HSL 55.41º 0.79% 0.42% -
HSV(B) 55.41º 0.89% 0.75% -
XYZ 38 43.5 7.15 -
YUV 164.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 192 179 22 0 0.07 0.89 0.25 55.41 0.79 0.42
Hex C0 B3 16 0 7 59 19 37 4F 2A
Octal 300 263 26 0 7 131 31 67 117 52
Binary 11000000 10110011 10110 0 111 1011001 11001 110111 1001111 101010

Color Harmonies of #C0B316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B316

Black with #C0B316

Text Example


Text Example

White with #C0B316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B316; }

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

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

background-color css

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

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

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

border-color css

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

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

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