Html Css Color HEX #C1BB15 La Rioja

📋 copy color: '#C1BB15'

red 193 ◦ green 187 ◦ blue 21

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

Shades of La Rioja #C1BB15

Tints of La Rioja #C1BB15

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.63%

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

R = 48.13%
G = 46.63%
B = 5.24%

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

#C1BB15 (or 0xC1BB15) is known color: La Rioja. HEX triplet: C1, BB and 15. RGB value is (193,187,21). Sum of RGB (Red+Green+Blue) = 193+187+21=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BB15 is #3E44EA. Grayscale: #AAAAAA. Windows color (decimal): -4080875 or 1424321. OLE color: 1424321.

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

Color convert

RGB 193 187 21 -
CMYK 0 0.03 0.89 0.24
HSL 57.91º 0.8% 0.42% -
HSV(B) 57.91º 0.89% 0.76% -
XYZ 39.9 46.93 7.67 -
YUV 169.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 193 187 21 0 0.03 0.89 0.24 57.91 0.8 0.42
Hex C1 BB 15 0 3 59 18 3A 50 2A
Octal 301 273 25 0 3 131 30 72 120 52
Binary 11000001 10111011 10101 0 11 1011001 11000 111010 1010000 101010

Color Harmonies of #C1BB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BB15

Black with #C1BB15

Text Example


Text Example

White with #C1BB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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