Html Css Color HEX #C0AF09 La Rioja

📋 copy color: '#C0AF09'

red 192 ◦ green 175 ◦ blue 9

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

Shades of La Rioja #C0AF09

Tints of La Rioja #C0AF09

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.54%

 BLUE value IS 9 (3.91% from 255) = 2.39%

R = 51.06%
G = 46.54%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0AF09 (or 0xC0AF09) is known color: La Rioja. HEX triplet: C0, AF and 09. RGB value is (192,175,9). Sum of RGB (Red+Green+Blue) = 192+175+9=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF09 is #3F50F6. Grayscale: #A1A1A1. Windows color (decimal): -4149495 or 634816. OLE color: 634816.

HSL color Cylindrical-coordinate representation of color #C0AF09: hue angle of 54.43º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0AF09 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 175 9 -
CMYK 0 0.09 0.95 0.25
HSL 54.43º 0.91% 0.39% -
HSV(B) 54.43º 0.95% 0.75% -
XYZ 37.12 41.89 6.39 -
YUV 161.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 192 175 9 0 0.09 0.95 0.25 54.43 0.91 0.39
Hex C0 AF 9 0 9 5F 19 36 5B 27
Octal 300 257 11 0 11 137 31 66 133 47
Binary 11000000 10101111 1001 0 1001 1011111 11001 110110 1011011 100111

Color Harmonies of #C0AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF09

Black with #C0AF09

Text Example


Text Example

White with #C0AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF09; }

 p { color: rgb(192,175,9); }

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

background-color css

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

 a { background-color: rgb(192,175,9); }

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

border-color css

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

 span { border-color: rgb(192,175,9); }

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