Html Css Color HEX #C0AE04 La Rioja

📋 copy color: '#C0AE04'

red 192 ◦ green 174 ◦ blue 4

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

Shades of La Rioja #C0AE04

Tints of La Rioja #C0AE04

RGB

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

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

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

R = 51.89%
G = 47.03%
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

#C0AE04 (or 0xC0AE04) is known color: La Rioja. HEX triplet: C0, AE and 04. RGB value is (192,174,4). Sum of RGB (Red+Green+Blue) = 192+174+4=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AE04 is #3F51FB. Grayscale: #A0A0A0. Windows color (decimal): -4149756 or 306880. OLE color: 306880.

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

Color convert

RGB 192 174 4 -
CMYK 0 0.09 0.98 0.25
HSL 54.26º 0.96% 0.38% -
HSV(B) 54.26º 0.98% 0.75% -
XYZ 36.9 41.49 6.18 -
YUV 160 39.96 150.82 -
System Red Green Blue C M Y K H S L
Decimal 192 174 4 0 0.09 0.98 0.25 54.26 0.96 0.38
Hex C0 AE 4 0 9 62 19 36 60 26
Octal 300 256 4 0 11 142 31 66 140 46
Binary 11000000 10101110 100 0 1001 1100010 11001 110110 1100000 100110

Color Harmonies of #C0AE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE04

Black with #C0AE04

Text Example


Text Example

White with #C0AE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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