Html Css Color HEX #C0AF02 La Rioja

📋 copy color: '#C0AF02'

red 192 ◦ green 175 ◦ blue 2

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

Shades of La Rioja #C0AF02

Tints of La Rioja #C0AF02

RGB

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

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

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

R = 52.03%
G = 47.43%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0AF02 (or 0xC0AF02) is known color: La Rioja. HEX triplet: C0, AF and 02. RGB value is (192,175,2). Sum of RGB (Red+Green+Blue) = 192+175+2=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF02 is #3F50FD. Grayscale: #A1A1A1. Windows color (decimal): -4149502 or 176064. OLE color: 176064.

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

Color convert

RGB 192 175 2 -
CMYK 0 0.09 0.99 0.25
HSL 54.63º 0.98% 0.38% -
HSV(B) 54.63º 0.99% 0.75% -
XYZ 37.08 41.87 6.19 -
YUV 160.36 38.63 150.57 -
System Red Green Blue C M Y K H S L
Decimal 192 175 2 0 0.09 0.99 0.25 54.63 0.98 0.38
Hex C0 AF 2 0 9 63 19 37 62 26
Octal 300 257 2 0 11 143 31 67 142 46
Binary 11000000 10101111 10 0 1001 1100011 11001 110111 1100010 100110

Color Harmonies of #C0AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF02

Black with #C0AF02

Text Example


Text Example

White with #C0AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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