#C4B610

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

Shades of La Rioja #C4B610

Tints of La Rioja #C4B610

Color information

#C4B610 (or 0xC4B610) is unknown color: approx La Rioja. HEX triplet: C4, B6 and 10. RGB value is (196,182,16). Sum of RGB (Red+Green+Blue) = 196+182+16=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B610 is #3B49EF. Grayscale: #A7A7A7. Windows color (decimal): -3885552 or 1095364. OLE color: 1095364.

HSL color Cylindrical-coordinate representation of color #C4B610: hue angle of 55.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4B610 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB19618216-
CMYK00.070.920.23
HSL55.33º84.91%41.57%-
HSV(B)55.33º91.84%76.86%-
XYZ39.5945.237.13-
YUV167.2642.64148.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 182 (71.48% from 255) = 46.19%
BLUE value IS 16 (6.64% from 255) = 4.06%
R=49.75%
G=46.19%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961821600.070.920.2355.3384.9141.57
HexC4B610075C1737552a
Octal3042662007134276712552
Binary11000100101101101000001111011100101111101111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B610; }

 p { color: rgb(196,182,16); }

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

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

 a { background-color: rgb(196,182,16); }

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

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

 span { border-color: rgb(196,182,16); }

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