Html Css Color HEX #C1B315 La Rioja

📋 copy color: '#C1B315'

red 193 ◦ green 179 ◦ blue 21

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

Shades of La Rioja #C1B315

Tints of La Rioja #C1B315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.55%

 BLUE value IS 21 (8.59% from 255) = 5.34%

R = 49.11%
G = 45.55%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C1B315 (or 0xC1B315) is known color: La Rioja. HEX triplet: C1, B3 and 15. RGB value is (193,179,21). Sum of RGB (Red+Green+Blue) = 193+179+21=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B315 is #3E4CEA. Grayscale: #A5A5A5. Windows color (decimal): -4082923 or 1422273. OLE color: 1422273.

HSL color Cylindrical-coordinate representation of color #C1B315: hue angle of 55.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1B315 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 179 21 -
CMYK 0 0.07 0.89 0.24
HSL 55.12º 0.8% 0.42% -
HSV(B) 55.12º 0.89% 0.76% -
XYZ 38.25 43.63 7.12 -
YUV 165.17 46.64 147.85 -
System Red Green Blue C M Y K H S L
Decimal 193 179 21 0 0.07 0.89 0.24 55.12 0.8 0.42
Hex C1 B3 15 0 7 59 18 37 50 2A
Octal 301 263 25 0 7 131 30 67 120 52
Binary 11000001 10110011 10101 0 111 1011001 11000 110111 1010000 101010

Color Harmonies of #C1B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B315

Black with #C1B315

Text Example


Text Example

White with #C1B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B315; }

 p { color: rgb(193,179,21); }

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

background-color css

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

 a { background-color: rgb(193,179,21); }

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

border-color css

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

 span { border-color: rgb(193,179,21); }

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