Html Css Color HEX #C0AD0B La Rioja

📋 copy color: '#C0AD0B'

red 192 ◦ green 173 ◦ blue 11

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

Shades of La Rioja #C0AD0B

Tints of La Rioja #C0AD0B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.01%

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

R = 51.06%
G = 46.01%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0AD0B (or 0xC0AD0B) is known color: La Rioja. HEX triplet: C0, AD and 0B. RGB value is (192,173,11). Sum of RGB (Red+Green+Blue) = 192+173+11=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AD0B is #3F52F4. Grayscale: #A0A0A0. Windows color (decimal): -4150005 or 765376. OLE color: 765376.

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

Color convert

RGB 192 173 11 -
CMYK 0 0.10 0.94 0.25
HSL 53.7º 0.89% 0.4% -
HSV(B) 53.7º 0.94% 0.75% -
XYZ 36.74 41.12 6.32 -
YUV 160.21 43.79 150.67 -
System Red Green Blue C M Y K H S L
Decimal 192 173 11 0 0.10 0.94 0.25 53.7 0.89 0.4
Hex C0 AD B 0 A 5E 19 36 59 28
Octal 300 255 13 0 12 136 31 66 131 50
Binary 11000000 10101101 1011 0 1010 1011110 11001 110110 1011001 101000

Color Harmonies of #C0AD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD0B

Black with #C0AD0B

Text Example


Text Example

White with #C0AD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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