Html Css Color HEX #C0AA02 La Rioja

📋 copy color: '#C0AA02'

red 192 ◦ green 170 ◦ blue 2

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

Shades of La Rioja #C0AA02

Tints of La Rioja #C0AA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.7%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 52.75%
G = 46.7%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0AA02 (or 0xC0AA02) is known color: La Rioja. HEX triplet: C0, AA and 02. RGB value is (192,170,2). Sum of RGB (Red+Green+Blue) = 192+170+2=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA02 is #3F55FD. Grayscale: #9E9E9E. Windows color (decimal): -4150782 or 174784. OLE color: 174784.

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

Color convert

RGB 192 170 2 -
CMYK 0 0.11 0.99 0.25
HSL 53.05º 0.98% 0.38% -
HSV(B) 53.05º 0.99% 0.75% -
XYZ 36.12 39.96 5.87 -
YUV 157.43 40.29 152.66 -
System Red Green Blue C M Y K H S L
Decimal 192 170 2 0 0.11 0.99 0.25 53.05 0.98 0.38
Hex C0 AA 2 0 B 63 19 35 62 26
Octal 300 252 2 0 13 143 31 65 142 46
Binary 11000000 10101010 10 0 1011 1100011 11001 110101 1100010 100110

Color Harmonies of #C0AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA02

Black with #C0AA02

Text Example


Text Example

White with #C0AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA02; }

 p { color: rgb(192,170,2); }

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

background-color css

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

 a { background-color: rgb(192,170,2); }

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

border-color css

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

 span { border-color: rgb(192,170,2); }

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