Html Css Color HEX #C0B011 La Rioja

📋 copy color: '#C0B011'

red 192 ◦ green 176 ◦ blue 17

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

Shades of La Rioja #C0B011

Tints of La Rioja #C0B011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.71%

 BLUE value IS 17 (7.03% from 255) = 4.42%

R = 49.87%
G = 45.71%
B = 4.42%

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

#C0B011 (or 0xC0B011) is known color: La Rioja. HEX triplet: C0, B0 and 11. RGB value is (192,176,17). Sum of RGB (Red+Green+Blue) = 192+176+17=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B011 is #3F4FEE. Grayscale: #A3A3A3. Windows color (decimal): -4149231 or 1159360. OLE color: 1159360.

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

Color convert

RGB 192 176 17 -
CMYK 0 0.08 0.91 0.25
HSL 54.51º 0.84% 0.41% -
HSV(B) 54.51º 0.91% 0.75% -
XYZ 37.36 42.3 6.73 -
YUV 162.66 45.8 148.93 -
System Red Green Blue C M Y K H S L
Decimal 192 176 17 0 0.08 0.91 0.25 54.51 0.84 0.41
Hex C0 B0 11 0 8 5B 19 37 54 29
Octal 300 260 21 0 10 133 31 67 124 51
Binary 11000000 10110000 10001 0 1000 1011011 11001 110111 1010100 101001

Color Harmonies of #C0B011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B011

Black with #C0B011

Text Example


Text Example

White with #C0B011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B011; }

 p { color: rgb(192,176,17); }

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

background-color css

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

 a { background-color: rgb(192,176,17); }

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

border-color css

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

 span { border-color: rgb(192,176,17); }

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