Html Css Color HEX #C0B50B La Rioja

📋 copy color: '#C0B50B'

red 192 ◦ green 181 ◦ blue 11

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

Shades of La Rioja #C0B50B

Tints of La Rioja #C0B50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 50%
G = 47.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0B50B (or 0xC0B50B) is known color: La Rioja. HEX triplet: C0, B5 and 0B. RGB value is (192,181,11). Sum of RGB (Red+Green+Blue) = 192+181+11=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B50B is #3F4AF4. Grayscale: #A5A5A5. Windows color (decimal): -4147957 or 767424. OLE color: 767424.

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

Color convert

RGB 192 181 11 -
CMYK 0 0.06 0.94 0.25
HSL 56.35º 0.89% 0.4% -
HSV(B) 56.35º 0.94% 0.75% -
XYZ 38.32 44.28 6.84 -
YUV 164.91 41.14 147.32 -
System Red Green Blue C M Y K H S L
Decimal 192 181 11 0 0.06 0.94 0.25 56.35 0.89 0.4
Hex C0 B5 B 0 6 5E 19 38 59 28
Octal 300 265 13 0 6 136 31 70 131 50
Binary 11000000 10110101 1011 0 110 1011110 11001 111000 1011001 101000

Color Harmonies of #C0B50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B50B

Black with #C0B50B

Text Example


Text Example

White with #C0B50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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