Html Css Color HEX #C0B518 La Rioja

📋 copy color: '#C0B518'

red 192 ◦ green 181 ◦ blue 24

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

Shades of La Rioja #C0B518

Tints of La Rioja #C0B518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 48.36%
G = 45.59%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0B518 (or 0xC0B518) is known color: La Rioja. HEX triplet: C0, B5 and 18. RGB value is (192,181,24). Sum of RGB (Red+Green+Blue) = 192+181+24=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B518 is #3F4AE7. Grayscale: #A7A7A7. Windows color (decimal): -4147944 or 1619392. OLE color: 1619392.

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

Color convert

RGB 192 181 24 -
CMYK 0 0.06 0.88 0.25
HSL 56.07º 0.78% 0.42% -
HSV(B) 56.07º 0.88% 0.75% -
XYZ 38.43 44.32 7.39 -
YUV 166.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 192 181 24 0 0.06 0.88 0.25 56.07 0.78 0.42
Hex C0 B5 18 0 6 58 19 38 4E 2A
Octal 300 265 30 0 6 130 31 70 116 52
Binary 11000000 10110101 11000 0 110 1011000 11001 111000 1001110 101010

Color Harmonies of #C0B518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B518

Black with #C0B518

Text Example


Text Example

White with #C0B518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B518; }

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

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

background-color css

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

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

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

border-color css

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

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

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