Html Css Color HEX #C3BD15 La Rioja

📋 copy color: '#C3BD15'

red 195 ◦ green 189 ◦ blue 21

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

Shades of La Rioja #C3BD15

Tints of La Rioja #C3BD15

RGB

 RED value IS 195 (76.56% from 255) = 48.15%

 GREEN value IS 189 (74.22% from 255) = 46.67%

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

R = 48.15%
G = 46.67%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C3BD15 (or 0xC3BD15) is known color: La Rioja. HEX triplet: C3, BD and 15. RGB value is (195,189,21). Sum of RGB (Red+Green+Blue) = 195+189+21=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BD15 is #3C42EA. Grayscale: #ACACAC. Windows color (decimal): -3949291 or 1424835. OLE color: 1424835.

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

Color convert

RGB 195 189 21 -
CMYK 0 0.03 0.89 0.24
HSL 57.93º 0.81% 0.42% -
HSV(B) 57.93º 0.89% 0.76% -
XYZ 40.84 48.05 7.83 -
YUV 171.64 42.99 144.66 -
System Red Green Blue C M Y K H S L
Decimal 195 189 21 0 0.03 0.89 0.24 57.93 0.81 0.42
Hex C3 BD 15 0 3 59 18 3A 51 2A
Octal 303 275 25 0 3 131 30 72 121 52
Binary 11000011 10111101 10101 0 11 1011001 11000 111010 1010001 101010

Color Harmonies of #C3BD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD15

Black with #C3BD15

Text Example


Text Example

White with #C3BD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD15; }

 p { color: rgb(195,189,21); }

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

background-color css

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

 a { background-color: rgb(195,189,21); }

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

border-color css

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

 span { border-color: rgb(195,189,21); }

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