Html Css Color HEX #C0B813 La Rioja

📋 copy color: '#C0B813'

red 192 ◦ green 184 ◦ blue 19

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

Shades of La Rioja #C0B813

Tints of La Rioja #C0B813

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.58%

 BLUE value IS 19 (7.81% from 255) = 4.81%

R = 48.61%
G = 46.58%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0B813 (or 0xC0B813) is known color: La Rioja. HEX triplet: C0, B8 and 13. RGB value is (192,184,19). Sum of RGB (Red+Green+Blue) = 192+184+19=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B813 is #3F47EC. Grayscale: #A8A8A8. Windows color (decimal): -4147181 or 1292480. OLE color: 1292480.

HSL color Cylindrical-coordinate representation of color #C0B813: hue angle of 57.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0B813 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 19 -
CMYK 0 0.04 0.90 0.25
HSL 57.23º 0.82% 0.41% -
HSV(B) 57.23º 0.9% 0.75% -
XYZ 39 45.53 7.35 -
YUV 167.58 44.15 145.42 -
System Red Green Blue C M Y K H S L
Decimal 192 184 19 0 0.04 0.90 0.25 57.23 0.82 0.41
Hex C0 B8 13 0 4 5A 19 39 52 29
Octal 300 270 23 0 4 132 31 71 122 51
Binary 11000000 10111000 10011 0 100 1011010 11001 111001 1010010 101001

Color Harmonies of #C0B813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B813

Black with #C0B813

Text Example


Text Example

White with #C0B813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B813; }

 p { color: rgb(192,184,19); }

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

background-color css

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

 a { background-color: rgb(192,184,19); }

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

border-color css

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

 span { border-color: rgb(192,184,19); }

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