Html Css Color HEX #C0B416 La Rioja

📋 copy color: '#C0B416'

red 192 ◦ green 180 ◦ blue 22

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

Shades of La Rioja #C0B416

Tints of La Rioja #C0B416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.69%

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

R = 48.73%
G = 45.69%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C0B416 (or 0xC0B416) is known color: La Rioja. HEX triplet: C0, B4 and 16. RGB value is (192,180,22). Sum of RGB (Red+Green+Blue) = 192+180+22=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B416 is #3F4BE9. Grayscale: #A6A6A6. Windows color (decimal): -4148202 or 1488064. OLE color: 1488064.

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

Color convert

RGB 192 180 22 -
CMYK 0 0.06 0.89 0.25
HSL 55.76º 0.79% 0.42% -
HSV(B) 55.76º 0.89% 0.75% -
XYZ 38.2 43.91 7.22 -
YUV 165.58 46.98 146.85 -
System Red Green Blue C M Y K H S L
Decimal 192 180 22 0 0.06 0.89 0.25 55.76 0.79 0.42
Hex C0 B4 16 0 6 59 19 38 4F 2A
Octal 300 264 26 0 6 131 31 70 117 52
Binary 11000000 10110100 10110 0 110 1011001 11001 111000 1001111 101010

Color Harmonies of #C0B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B416

Black with #C0B416

Text Example


Text Example

White with #C0B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B416; }

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

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

background-color css

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

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

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

border-color css

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

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

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