#C5B207

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

Shades of La Rioja #C5B207

Tints of La Rioja #C5B207

Color information

#C5B207 (or 0xC5B207) is unknown color: approx La Rioja. HEX triplet: C5, B2 and 07. RGB value is (197,178,7). Sum of RGB (Red+Green+Blue) = 197+178+7=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B207 is #3A4DF8. Grayscale: #A4A4A4. Windows color (decimal): -3821049 or 504517. OLE color: 504517.

HSL color Cylindrical-coordinate representation of color #C5B207: hue angle of 54º 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 #C5B207 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1971787-
CMYK00.100.960.23
HSL54º93.14%40%-
HSV(B)54º96.45%77.25%-
XYZ38.9843.736.59-
YUV164.1939.29151.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.57%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 7 (3.12% from 255) = 1.83%
R=51.57%
G=46.60%
B=1.83%

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
Decimal197178700.100.960.235493.1440
HexC5B270A6017365d28
Octal3052627012140276613550
Binary1100010110110010111010101100000101111101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B207; }

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

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

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

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

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

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

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

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