#C1B604

Color #C1B604 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C1B604

Tints of La Rioja #C1B604

Color information

#C1B604 (or 0xC1B604) is unknown color: approx La Rioja. HEX triplet: C1, B6 and 04. RGB value is (193,182,4). Sum of RGB (Red+Green+Blue) = 193+182+4=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B604 is #3E49FB. Grayscale: #A5A5A5. Windows color (decimal): -4082172 or 308929. OLE color: 308929.

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

Color convert

RGB1931824-
CMYK00.060.980.24
HSL56.51º95.94%38.63%-
HSV(B)56.51º97.93%75.69%-
XYZ38.7444.86.72-
YUV16537.14147.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 182 (71.48% from 255) = 48.02%
BLUE value IS 4 (1.95% from 255) = 1.06%
R=50.92%
G=48.02%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193182400.060.980.2456.5195.9438.63
HexC1B64066218396027
Octal301266406142307114047
Binary110000011011011010001101100010110001110011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B604; }

 p { color: rgb(193,182,4); }

 H1.HeaderClassName
 {
   color: #C1B604;
 }
 .AnyTagClassName
 {
   color: #C1B604;
 }
</style>
background-color css

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

 a { background-color: rgb(193,182,4); }

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

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

 span { border-color: rgb(193,182,4); }

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