Html Css Color HEX #C1B301 La Rioja

📋 copy color: '#C1B301'

red 193 ◦ green 179 ◦ blue 1

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

Shades of La Rioja #C1B301

Tints of La Rioja #C1B301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 51.74%
G = 47.99%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C1B301 (or 0xC1B301) is known color: La Rioja. HEX triplet: C1, B3 and 01. RGB value is (193,179,1). Sum of RGB (Red+Green+Blue) = 193+179+1=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B301 is #3E4CFE. Grayscale: #A3A3A3. Windows color (decimal): -4082943 or 111553. OLE color: 111553.

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

Color convert

RGB 193 179 1 -
CMYK 0 0.07 0.99 0.24
HSL 55.63º 0.99% 0.38% -
HSV(B) 55.63º 0.99% 0.76% -
XYZ 38.12 43.58 6.43 -
YUV 162.89 36.64 149.47 -
System Red Green Blue C M Y K H S L
Decimal 193 179 1 0 0.07 0.99 0.24 55.63 0.99 0.38
Hex C1 B3 1 0 7 63 18 38 63 26
Octal 301 263 1 0 7 143 30 70 143 46
Binary 11000001 10110011 1 0 111 1100011 11000 111000 1100011 100110

Color Harmonies of #C1B301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B301

Black with #C1B301

Text Example


Text Example

White with #C1B301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B301; }

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

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

background-color css

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

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

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

border-color css

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

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

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