#C7C80A

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

Shades of La Rioja #C7C80A

Tints of La Rioja #C7C80A

Color information

#C7C80A (or 0xC7C80A) is unknown color: approx La Rioja. HEX triplet: C7, C8 and 0A. RGB value is (199,200,10). Sum of RGB (Red+Green+Blue) = 199+200+10=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C80A is #3837F5. Grayscale: #B2B2B2. Windows color (decimal): -3684342 or 706759. OLE color: 706759.

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

Color convert

RGB19920010-
CMYK0.0000.950.22
HSL60.32º90.48%41.18%-
HSV(B)60.32º95%78.43%-
XYZ44.2653.478.28-
YUV178.0433.17142.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.66%
GREEN value IS 200 (78.52% from 255) = 48.90%
BLUE value IS 10 (4.30% from 255) = 2.44%
R=48.66%
G=48.90%
B=2.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199200100.0000.950.2260.3290.4841.18
HexC7C8A005F163c5a29
Octal3073101200137267413251
Binary11000111110010001010001011111101101111001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C80A; }

 p { color: rgb(199,200,10); }

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

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

 a { background-color: rgb(199,200,10); }

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

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

 span { border-color: rgb(199,200,10); }

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