#C7C107

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

Shades of La Rioja #C7C107

Tints of La Rioja #C7C107

Color information

#C7C107 (or 0xC7C107) is unknown color: approx La Rioja. HEX triplet: C7, C1 and 07. RGB value is (199,193,7). Sum of RGB (Red+Green+Blue) = 199+193+7=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C107 is #383EF8. Grayscale: #AEAEAE. Windows color (decimal): -3686137 or 508359. OLE color: 508359.

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

Color convert

RGB1991937-
CMYK00.030.960.22
HSL58.12º93.2%40.39%-
HSV(B)58.12º96.48%78.04%-
XYZ42.6650.37.66-
YUV173.5933.99146.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 193 (75.78% from 255) = 48.37%
BLUE value IS 7 (3.12% from 255) = 1.75%
R=49.87%
G=48.37%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199193700.030.960.2258.1293.240.39
HexC7C170360163a5d28
Octal307301703140267213550
Binary11000111110000011110111100000101101110101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C107; }

 p { color: rgb(199,193,7); }

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

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

 a { background-color: rgb(199,193,7); }

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

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

 span { border-color: rgb(199,193,7); }

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