Html Css Color HEX #C0AF04 La Rioja

📋 copy color: '#C0AF04'

red 192 ◦ green 175 ◦ blue 4

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

Shades of La Rioja #C0AF04

Tints of La Rioja #C0AF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 51.75%
G = 47.17%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C0AF04 (or 0xC0AF04) is known color: La Rioja. HEX triplet: C0, AF and 04. RGB value is (192,175,4). Sum of RGB (Red+Green+Blue) = 192+175+4=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF04 is #3F50FB. Grayscale: #A1A1A1. Windows color (decimal): -4149500 or 307136. OLE color: 307136.

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

Color convert

RGB 192 175 4 -
CMYK 0 0.09 0.98 0.25
HSL 54.57º 0.96% 0.38% -
HSV(B) 54.57º 0.98% 0.75% -
XYZ 37.09 41.88 6.24 -
YUV 160.59 39.63 150.4 -
System Red Green Blue C M Y K H S L
Decimal 192 175 4 0 0.09 0.98 0.25 54.57 0.96 0.38
Hex C0 AF 4 0 9 62 19 37 60 26
Octal 300 257 4 0 11 142 31 67 140 46
Binary 11000000 10101111 100 0 1001 1100010 11001 110111 1100000 100110

Color Harmonies of #C0AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF04

Black with #C0AF04

Text Example


Text Example

White with #C0AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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