Html Css Color HEX #C0AF06 La Rioja

📋 copy color: '#C0AF06'

red 192 ◦ green 175 ◦ blue 6

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

Shades of La Rioja #C0AF06

Tints of La Rioja #C0AF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 51.47%
G = 46.92%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C0AF06 (or 0xC0AF06) is known color: La Rioja. HEX triplet: C0, AF and 06. RGB value is (192,175,6). Sum of RGB (Red+Green+Blue) = 192+175+6=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF06 is #3F50F9. Grayscale: #A1A1A1. Windows color (decimal): -4149498 or 438208. OLE color: 438208.

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

Color convert

RGB 192 175 6 -
CMYK 0 0.09 0.97 0.25
HSL 54.52º 0.94% 0.39% -
HSV(B) 54.52º 0.97% 0.75% -
XYZ 37.1 41.88 6.3 -
YUV 160.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 192 175 6 0 0.09 0.97 0.25 54.52 0.94 0.39
Hex C0 AF 6 0 9 61 19 37 5E 27
Octal 300 257 6 0 11 141 31 67 136 47
Binary 11000000 10101111 110 0 1001 1100001 11001 110111 1011110 100111

Color Harmonies of #C0AF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF06

Black with #C0AF06

Text Example


Text Example

White with #C0AF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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