Html Css Color HEX #C0AE01 La Rioja

📋 copy color: '#C0AE01'

red 192 ◦ green 174 ◦ blue 1

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

Shades of La Rioja #C0AE01

Tints of La Rioja #C0AE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 52.32%
G = 47.41%
B = 0.27%

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

#C0AE01 (or 0xC0AE01) is known color: La Rioja. HEX triplet: C0, AE and 01. RGB value is (192,174,1). Sum of RGB (Red+Green+Blue) = 192+174+1=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AE01 is #3F51FE. Grayscale: #A0A0A0. Windows color (decimal): -4149759 or 110272. OLE color: 110272.

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

Color convert

RGB 192 174 1 -
CMYK 0 0.09 0.99 0.25
HSL 54.35º 0.99% 0.38% -
HSV(B) 54.35º 0.99% 0.75% -
XYZ 36.88 41.48 6.09 -
YUV 159.66 38.46 151.07 -
System Red Green Blue C M Y K H S L
Decimal 192 174 1 0 0.09 0.99 0.25 54.35 0.99 0.38
Hex C0 AE 1 0 9 63 19 36 63 26
Octal 300 256 1 0 11 143 31 66 143 46
Binary 11000000 10101110 1 0 1001 1100011 11001 110110 1100011 100110

Color Harmonies of #C0AE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE01

Black with #C0AE01

Text Example


Text Example

White with #C0AE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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