Html Css Color HEX #C1B415 La Rioja

📋 copy color: '#C1B415'

red 193 ◦ green 180 ◦ blue 21

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

Shades of La Rioja #C1B415

Tints of La Rioja #C1B415

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.69%

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

R = 48.98%
G = 45.69%
B = 5.33%

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

#C1B415 (or 0xC1B415) is known color: La Rioja. HEX triplet: C1, B4 and 15. RGB value is (193,180,21). Sum of RGB (Red+Green+Blue) = 193+180+21=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B415 is #3E4BEA. Grayscale: #A6A6A6. Windows color (decimal): -4082667 or 1422529. OLE color: 1422529.

HSL color Cylindrical-coordinate representation of color #C1B415: hue angle of 55.47º 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 #C1B415 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 180 21 -
CMYK 0 0.07 0.89 0.24
HSL 55.47º 0.8% 0.42% -
HSV(B) 55.47º 0.89% 0.76% -
XYZ 38.45 44.03 7.18 -
YUV 165.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 193 180 21 0 0.07 0.89 0.24 55.47 0.8 0.42
Hex C1 B4 15 0 7 59 18 37 50 2A
Octal 301 264 25 0 7 131 30 67 120 52
Binary 11000001 10110100 10101 0 111 1011001 11000 110111 1010000 101010

Color Harmonies of #C1B415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B415

Black with #C1B415

Text Example


Text Example

White with #C1B415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B415; }

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

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

background-color css

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

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

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

border-color css

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

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

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