#C4B60C

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

Shades of La Rioja #C4B60C

Tints of La Rioja #C4B60C

Color information

#C4B60C (or 0xC4B60C) is unknown color: approx La Rioja. HEX triplet: C4, B6 and 0C. RGB value is (196,182,12). Sum of RGB (Red+Green+Blue) = 196+182+12=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B60C is #3B49F3. Grayscale: #A7A7A7. Windows color (decimal): -3885556 or 833220. OLE color: 833220.

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

Color convert

RGB19618212-
CMYK00.070.940.23
HSL55.43º88.46%40.78%-
HSV(B)55.43º93.88%76.86%-
XYZ39.5645.226.99-
YUV166.8140.64148.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 182 (71.48% from 255) = 46.67%
BLUE value IS 12 (5.08% from 255) = 3.08%
R=50.26%
G=46.67%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961821200.070.940.2355.4388.4640.78
HexC4B6C075E17375829
Octal3042661407136276713051
Binary1100010010110110110001111011110101111101111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B60C; }

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

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

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

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

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

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

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

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