Html Css Color HEX #C0AE05 La Rioja

📋 copy color: '#C0AE05'

red 192 ◦ green 174 ◦ blue 5

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

Shades of La Rioja #C0AE05

Tints of La Rioja #C0AE05

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.9%

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 51.75%
G = 46.9%
B = 1.35%

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

#C0AE05 (or 0xC0AE05) is known color: La Rioja. HEX triplet: C0, AE and 05. RGB value is (192,174,5). Sum of RGB (Red+Green+Blue) = 192+174+5=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AE05 is #3F51FA. Grayscale: #A0A0A0. Windows color (decimal): -4149755 or 372416. OLE color: 372416.

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

Color convert

RGB 192 174 5 -
CMYK 0 0.09 0.97 0.25
HSL 54.22º 0.95% 0.39% -
HSV(B) 54.22º 0.97% 0.75% -
XYZ 36.9 41.49 6.21 -
YUV 160.12 40.46 150.74 -
System Red Green Blue C M Y K H S L
Decimal 192 174 5 0 0.09 0.97 0.25 54.22 0.95 0.39
Hex C0 AE 5 0 9 61 19 36 5F 27
Octal 300 256 5 0 11 141 31 66 137 47
Binary 11000000 10101110 101 0 1001 1100001 11001 110110 1011111 100111

Color Harmonies of #C0AE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE05

Black with #C0AE05

Text Example


Text Example

White with #C0AE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE05; }

 p { color: rgb(192,174,5); }

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

background-color css

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

 a { background-color: rgb(192,174,5); }

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

border-color css

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

 span { border-color: rgb(192,174,5); }

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