Html Css Color HEX #C0B112 La Rioja

📋 copy color: '#C0B112'

red 192 ◦ green 177 ◦ blue 18

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

Shades of La Rioja #C0B112

Tints of La Rioja #C0B112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.65%

R = 49.61%
G = 45.74%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0B112 (or 0xC0B112) is known color: La Rioja. HEX triplet: C0, B1 and 12. RGB value is (192,177,18). Sum of RGB (Red+Green+Blue) = 192+177+18=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B112 is #3F4EED. Grayscale: #A4A4A4. Windows color (decimal): -4148974 or 1225152. OLE color: 1225152.

HSL color Cylindrical-coordinate representation of color #C0B112: hue angle of 54.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0B112 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 177 18 -
CMYK 0 0.08 0.91 0.25
HSL 54.83º 0.83% 0.41% -
HSV(B) 54.83º 0.91% 0.75% -
XYZ 37.57 42.69 6.83 -
YUV 163.36 45.97 148.43 -
System Red Green Blue C M Y K H S L
Decimal 192 177 18 0 0.08 0.91 0.25 54.83 0.83 0.41
Hex C0 B1 12 0 8 5B 19 37 53 29
Octal 300 261 22 0 10 133 31 67 123 51
Binary 11000000 10110001 10010 0 1000 1011011 11001 110111 1010011 101001

Color Harmonies of #C0B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B112

Black with #C0B112

Text Example


Text Example

White with #C0B112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B112; }

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

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

background-color css

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

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

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

border-color css

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

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

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