Html Css Color HEX #C0AF00 La Rioja

📋 copy color: '#C0AF00'

red 192 ◦ green 175 ◦ blue 0

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

Shades of La Rioja #C0AF00

Tints of La Rioja #C0AF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.32%
G = 47.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C0AF00 (or 0xC0AF00) is known color: La Rioja. HEX triplet: C0, AF and 00. RGB value is (192,175,0). Sum of RGB (Red+Green+Blue) = 192+175+0=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF00 is #3F50FF. Grayscale: #A0A0A0. Windows color (decimal): -4149504 or 44992. OLE color: 44992.

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

Color convert

RGB 192 175 0 -
CMYK 0 0.09 1 0.25
HSL 54.69º 1% 0.38% -
HSV(B) 54.69º 1% 0.75% -
XYZ 37.07 41.87 6.13 -
YUV 160.13 37.63 150.73 -
System Red Green Blue C M Y K H S L
Decimal 192 175 0 0 0.09 1 0.25 54.69 1 0.38
Hex C0 AF 0 0 9 64 19 37 64 26
Octal 300 257 0 0 11 144 31 67 144 46
Binary 11000000 10101111 0 0 1001 1100100 11001 110111 1100100 100110

Color Harmonies of #C0AF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF00

Black with #C0AF00

Text Example


Text Example

White with #C0AF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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