#C7BA08

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

Shades of La Rioja #C7BA08

Tints of La Rioja #C7BA08

Color information

#C7BA08 (or 0xC7BA08) is unknown color: approx La Rioja. HEX triplet: C7, BA and 08. RGB value is (199,186,8). Sum of RGB (Red+Green+Blue) = 199+186+8=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA08 is #3845F7. Grayscale: #AAAAAA. Windows color (decimal): -3687928 or 572103. OLE color: 572103.

HSL color Cylindrical-coordinate representation of color #C7BA08: hue angle of 55.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7BA08 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1991868-
CMYK00.070.960.22
HSL55.92º92.27%40.59%-
HSV(B)55.92º95.98%78.04%-
XYZ41.1647.287.19-
YUV169.636.81148.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.64%
GREEN value IS 186 (73.05% from 255) = 47.33%
BLUE value IS 8 (3.52% from 255) = 2.04%
R=50.64%
G=47.33%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199186800.070.960.2255.9292.2740.59
HexC7BA8076016385c29
Octal3072721007140267013451
Binary1100011110111010100001111100000101101110001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA08; }

 p { color: rgb(199,186,8); }

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

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

 a { background-color: rgb(199,186,8); }

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

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

 span { border-color: rgb(199,186,8); }

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