Html Css Color HEX #C1B10E La Rioja

📋 copy color: '#C1B10E'

red 193 ◦ green 177 ◦ blue 14

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

Shades of La Rioja #C1B10E

Tints of La Rioja #C1B10E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.09%

 BLUE value IS 14 (5.86% from 255) = 3.65%

R = 50.26%
G = 46.09%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1B10E (or 0xC1B10E) is known color: La Rioja. HEX triplet: C1, B1 and 0E. RGB value is (193,177,14). Sum of RGB (Red+Green+Blue) = 193+177+14=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B10E is #3E4EF1. Grayscale: #A3A3A3. Windows color (decimal): -4083442 or 963009. OLE color: 963009.

HSL color Cylindrical-coordinate representation of color #C1B10E: hue angle of 54.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1B10E is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 177 14 -
CMYK 0 0.08 0.93 0.24
HSL 54.64º 0.86% 0.41% -
HSV(B) 54.64º 0.93% 0.76% -
XYZ 37.79 42.81 6.69 -
YUV 163.2 43.8 149.25 -
System Red Green Blue C M Y K H S L
Decimal 193 177 14 0 0.08 0.93 0.24 54.64 0.86 0.41
Hex C1 B1 E 0 8 5D 18 37 56 29
Octal 301 261 16 0 10 135 30 67 126 51
Binary 11000001 10110001 1110 0 1000 1011101 11000 110111 1010110 101001

Color Harmonies of #C1B10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B10E

Black with #C1B10E

Text Example


Text Example

White with #C1B10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B10E; }

 p { color: rgb(193,177,14); }

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

background-color css

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

 a { background-color: rgb(193,177,14); }

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

border-color css

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

 span { border-color: rgb(193,177,14); }

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