Html Css Color HEX #C1A900 La Rioja

📋 copy color: '#C1A900'

red 193 ◦ green 169 ◦ blue 0

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

Shades of La Rioja #C1A900

Tints of La Rioja #C1A900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.31%
G = 46.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C1A900 (or 0xC1A900) is known color: La Rioja. HEX triplet: C1, A9 and 00. RGB value is (193,169,0). Sum of RGB (Red+Green+Blue) = 193+169+0=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A900 is #3E56FF. Grayscale: #9D9D9D. Windows color (decimal): -4085504 or 43457. OLE color: 43457.

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

Color convert

RGB 193 169 0 -
CMYK 0 0.12 1 0.24
HSL 52.54º 1% 0.38% -
HSV(B) 52.54º 1% 0.76% -
XYZ 36.18 39.71 5.76 -
YUV 156.91 39.45 153.74 -
System Red Green Blue C M Y K H S L
Decimal 193 169 0 0 0.12 1 0.24 52.54 1 0.38
Hex C1 A9 0 0 C 64 18 35 64 26
Octal 301 251 0 0 14 144 30 65 144 46
Binary 11000001 10101001 0 0 1100 1100100 11000 110101 1100100 100110

Color Harmonies of #C1A900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A900

Black with #C1A900

Text Example


Text Example

White with #C1A900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A900; }

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

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

background-color css

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

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

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

border-color css

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

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

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