Html Css Color HEX #C0A901 La Rioja

📋 copy color: '#C0A901'

red 192 ◦ green 169 ◦ blue 1

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

Shades of La Rioja #C0A901

Tints of La Rioja #C0A901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.69%

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

R = 53.04%
G = 46.69%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0A901 (or 0xC0A901) is known color: La Rioja. HEX triplet: C0, A9 and 01. RGB value is (192,169,1). Sum of RGB (Red+Green+Blue) = 192+169+1=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A901 is #3F56FE. Grayscale: #9D9D9D. Windows color (decimal): -4151039 or 108992. OLE color: 108992.

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

Color convert

RGB 192 169 1 -
CMYK 0 0.12 0.99 0.25
HSL 52.77º 0.99% 0.38% -
HSV(B) 52.77º 0.99% 0.75% -
XYZ 35.93 39.58 5.78 -
YUV 156.73 40.12 153.16 -
System Red Green Blue C M Y K H S L
Decimal 192 169 1 0 0.12 0.99 0.25 52.77 0.99 0.38
Hex C0 A9 1 0 C 63 19 35 63 26
Octal 300 251 1 0 14 143 31 65 143 46
Binary 11000000 10101001 1 0 1100 1100011 11001 110101 1100011 100110

Color Harmonies of #C0A901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A901

Black with #C0A901

Text Example


Text Example

White with #C0A901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A901; }

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

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

background-color css

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

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

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

border-color css

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

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

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