#C5B107

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

Shades of La Rioja #C5B107

Tints of La Rioja #C5B107

Color information

#C5B107 (or 0xC5B107) is unknown color: approx La Rioja. HEX triplet: C5, B1 and 07. RGB value is (197,177,7). Sum of RGB (Red+Green+Blue) = 197+177+7=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B107 is #3A4EF8. Grayscale: #A4A4A4. Windows color (decimal): -3821305 or 504261. OLE color: 504261.

HSL color Cylindrical-coordinate representation of color #C5B107: hue angle of 53.68º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5B107 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1971777-
CMYK00.100.960.23
HSL53.68º93.14%40%-
HSV(B)53.68º96.45%77.25%-
XYZ38.7943.336.52-
YUV163.639.63151.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 7 (3.12% from 255) = 1.84%
R=51.71%
G=46.46%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197177700.100.960.2353.6893.1440
HexC5B170A6017365d28
Octal3052617012140276613550
Binary1100010110110001111010101100000101111101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B107; }

 p { color: rgb(197,177,7); }

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

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

 a { background-color: rgb(197,177,7); }

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

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

 span { border-color: rgb(197,177,7); }

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