Html Css Color HEX #C1A901 La Rioja

📋 copy color: '#C1A901'

red 193 ◦ green 169 ◦ blue 1

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

Shades of La Rioja #C1A901

Tints of La Rioja #C1A901

RGB

 RED value IS 193 (75.78% from 255) = 53.17%

 GREEN value IS 169 (66.41% from 255) = 46.56%

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

R = 53.17%
G = 46.56%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C1A901 (or 0xC1A901) is known color: La Rioja. HEX triplet: C1, A9 and 01. RGB value is (193,169,1). Sum of RGB (Red+Green+Blue) = 193+169+1=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A901 is #3E56FE. Grayscale: #9D9D9D. Windows color (decimal): -4085503 or 108993. OLE color: 108993.

HSL color Cylindrical-coordinate representation of color #C1A901: hue angle of 52.5º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1A901 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 169 1 -
CMYK 0 0.12 0.99 0.24
HSL 52.5º 0.99% 0.38% -
HSV(B) 52.5º 0.99% 0.76% -
XYZ 36.19 39.72 5.79 -
YUV 157.02 39.95 153.66 -
System Red Green Blue C M Y K H S L
Decimal 193 169 1 0 0.12 0.99 0.24 52.5 0.99 0.38
Hex C1 A9 1 0 C 63 18 34 63 26
Octal 301 251 1 0 14 143 30 64 143 46
Binary 11000001 10101001 1 0 1100 1100011 11000 110100 1100011 100110

Color Harmonies of #C1A901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A901

Black with #C1A901

Text Example


Text Example

White with #C1A901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A901; }

 p { color: rgb(193,169,1); }

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

background-color css

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

 a { background-color: rgb(193,169,1); }

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

border-color css

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

 span { border-color: rgb(193,169,1); }

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