Html Css Color HEX #C1B715 La Rioja

📋 copy color: '#C1B715'

red 193 ◦ green 183 ◦ blue 21

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

Shades of La Rioja #C1B715

Tints of La Rioja #C1B715

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

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

R = 48.61%
G = 46.1%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C1B715 (or 0xC1B715) is known color: La Rioja. HEX triplet: C1, B7 and 15. RGB value is (193,183,21). Sum of RGB (Red+Green+Blue) = 193+183+21=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B715 is #3E48EA. Grayscale: #A8A8A8. Windows color (decimal): -4081899 or 1423297. OLE color: 1423297.

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

Color convert

RGB 193 183 21 -
CMYK 0 0.05 0.89 0.24
HSL 56.51º 0.8% 0.42% -
HSV(B) 56.51º 0.89% 0.76% -
XYZ 39.06 45.26 7.39 -
YUV 167.52 45.31 146.17 -
System Red Green Blue C M Y K H S L
Decimal 193 183 21 0 0.05 0.89 0.24 56.51 0.8 0.42
Hex C1 B7 15 0 5 59 18 39 50 2A
Octal 301 267 25 0 5 131 30 71 120 52
Binary 11000001 10110111 10101 0 101 1011001 11000 111001 1010000 101010

Color Harmonies of #C1B715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B715

Black with #C1B715

Text Example


Text Example

White with #C1B715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B715; }

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

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

background-color css

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

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

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

border-color css

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

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

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