Html Css Color HEX #C0B113 La Rioja

📋 copy color: '#C0B113'

red 192 ◦ green 177 ◦ blue 19

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

Shades of La Rioja #C0B113

Tints of La Rioja #C0B113

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.62%

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

R = 49.48%
G = 45.62%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0B113 (or 0xC0B113) is known color: La Rioja. HEX triplet: C0, B1 and 13. RGB value is (192,177,19). Sum of RGB (Red+Green+Blue) = 192+177+19=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B113 is #3F4EEC. Grayscale: #A4A4A4. Windows color (decimal): -4148973 or 1290688. OLE color: 1290688.

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

Color convert

RGB 192 177 19 -
CMYK 0 0.08 0.90 0.25
HSL 54.8º 0.82% 0.41% -
HSV(B) 54.8º 0.9% 0.75% -
XYZ 37.58 42.7 6.88 -
YUV 163.47 46.47 148.35 -
System Red Green Blue C M Y K H S L
Decimal 192 177 19 0 0.08 0.90 0.25 54.8 0.82 0.41
Hex C0 B1 13 0 8 5A 19 37 52 29
Octal 300 261 23 0 10 132 31 67 122 51
Binary 11000000 10110001 10011 0 1000 1011010 11001 110111 1010010 101001

Color Harmonies of #C0B113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B113

Black with #C0B113

Text Example


Text Example

White with #C0B113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B113; }

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

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

background-color css

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

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

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

border-color css

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

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

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