Html Css Color HEX #C1B306 La Rioja

📋 copy color: '#C1B306'

red 193 ◦ green 179 ◦ blue 6

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

Shades of La Rioja #C1B306

Tints of La Rioja #C1B306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 51.06%
G = 47.35%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C1B306 (or 0xC1B306) is known color: La Rioja. HEX triplet: C1, B3 and 06. RGB value is (193,179,6). Sum of RGB (Red+Green+Blue) = 193+179+6=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B306 is #3E4CF9. Grayscale: #A4A4A4. Windows color (decimal): -4082938 or 439233. OLE color: 439233.

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

Color convert

RGB 193 179 6 -
CMYK 0 0.07 0.97 0.24
HSL 55.51º 0.94% 0.39% -
HSV(B) 55.51º 0.97% 0.76% -
XYZ 38.15 43.59 6.58 -
YUV 163.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 193 179 6 0 0.07 0.97 0.24 55.51 0.94 0.39
Hex C1 B3 6 0 7 61 18 38 5E 27
Octal 301 263 6 0 7 141 30 70 136 47
Binary 11000001 10110011 110 0 111 1100001 11000 111000 1011110 100111

Color Harmonies of #C1B306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B306

Black with #C1B306

Text Example


Text Example

White with #C1B306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B306; }

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

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

background-color css

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

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

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

border-color css

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

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

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