Html Css Color HEX #C0AD01 La Rioja

📋 copy color: '#C0AD01'

red 192 ◦ green 173 ◦ blue 1

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

Shades of La Rioja #C0AD01

Tints of La Rioja #C0AD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 52.46%
G = 47.27%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0AD01 (or 0xC0AD01) is known color: La Rioja. HEX triplet: C0, AD and 01. RGB value is (192,173,1). Sum of RGB (Red+Green+Blue) = 192+173+1=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AD01 is #3F52FE. Grayscale: #9F9F9F. Windows color (decimal): -4150015 or 110016. OLE color: 110016.

HSL color Cylindrical-coordinate representation of color #C0AD01: hue angle of 54.03º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0AD01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 1 -
CMYK 0 0.10 0.99 0.25
HSL 54.03º 0.99% 0.38% -
HSV(B) 54.03º 0.99% 0.75% -
XYZ 36.69 41.1 6.03 -
YUV 159.07 38.79 151.49 -
System Red Green Blue C M Y K H S L
Decimal 192 173 1 0 0.10 0.99 0.25 54.03 0.99 0.38
Hex C0 AD 1 0 A 63 19 36 63 26
Octal 300 255 1 0 12 143 31 66 143 46
Binary 11000000 10101101 1 0 1010 1100011 11001 110110 1100011 100110

Color Harmonies of #C0AD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD01

Black with #C0AD01

Text Example


Text Example

White with #C0AD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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